forked from wyukawa/hadoop_exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
15 lines (14 loc) · 766 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module github.com/wyukawa/hadoop_exporter
require (
github.com/Sirupsen/logrus v1.0.6 // indirect
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
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/log v0.0.0-20151026012452-9a3136781e1f
github.com/prometheus/procfs v0.0.0-20180725123919-05ee40e3a273 // indirect
golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b // indirect
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e // indirect
)