forked from inovex/mqtt_blackbox_exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
17 lines (15 loc) · 739 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/inovex/mqtt_blackbox_exporter
go 1.13
require (
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
github.com/eclipse/paho.mqtt.golang v1.1.1
github.com/golang/protobuf v1.2.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_golang v0.8.0
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect
github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e // indirect
github.com/prometheus/procfs v0.0.0-20180920065004-418d78d0b9a7 // indirect
golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3 // indirect
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
gopkg.in/yaml.v2 v2.2.1
)