forked from sapcc/mosquitto-exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
16 lines (14 loc) · 800 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/dmitrydb/mosquitto-exporter
go 1.16
require (
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a // indirect
github.com/codegangsta/cli v1.20.1-0.20170813145949-f017f86fccc5
github.com/eclipse/paho.mqtt.golang v1.0.1-0.20161224122424-d4f545eb108a
github.com/golang/protobuf v0.0.0-20161117033126-8ee79997227b // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_golang v0.8.1-0.20170215133833-9c2f7254672d
github.com/prometheus/client_model v0.0.0-20150212101744-fa8ad6fec335 // indirect
github.com/prometheus/common v0.0.0-20170108231212-dd2f054febf4 // indirect
github.com/prometheus/procfs v0.0.0-20170214153519-a59ae619c824 // indirect
golang.org/x/net v0.0.0-20170215215908-b4690f45fa1c // indirect
)