2018-11-30 13:01:20 +00:00
|
|
|
module github.com/prometheus/node_exporter
|
|
|
|
|
|
|
|
require (
|
2020-02-18 12:27:11 +00:00
|
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
|
2018-11-30 13:01:20 +00:00
|
|
|
github.com/beevik/ntp v0.2.0
|
2020-02-18 12:27:11 +00:00
|
|
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
|
2019-09-05 13:35:13 +00:00
|
|
|
github.com/ema/qdisc v0.0.0-20190904071900-b82c76788043
|
2020-02-18 12:27:11 +00:00
|
|
|
github.com/go-kit/kit v0.10.0
|
2019-04-03 10:32:48 +00:00
|
|
|
github.com/godbus/dbus v0.0.0-20190402143921-271e53dc4968
|
2020-02-18 12:27:11 +00:00
|
|
|
github.com/golang/protobuf v1.3.3 // indirect
|
|
|
|
github.com/hodgesds/perf-utils v0.0.8
|
2020-03-21 20:05:38 +00:00
|
|
|
github.com/lufia/iostat v1.1.0
|
2019-11-16 17:32:52 +00:00
|
|
|
github.com/mattn/go-xmlrpc v0.0.3
|
2020-02-18 12:27:11 +00:00
|
|
|
github.com/mdlayher/genetlink v1.0.0 // indirect
|
|
|
|
github.com/mdlayher/netlink v1.1.0 // indirect
|
2019-09-05 13:35:13 +00:00
|
|
|
github.com/mdlayher/wifi v0.0.0-20190303161829-b1436901ddee
|
2020-02-18 12:27:11 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/prometheus/client_golang v1.4.1
|
|
|
|
github.com/prometheus/client_model v0.2.0
|
|
|
|
github.com/prometheus/common v0.9.1
|
2020-03-19 18:51:20 +00:00
|
|
|
github.com/prometheus/procfs v0.0.11
|
2019-01-12 12:33:56 +00:00
|
|
|
github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745
|
2018-11-30 13:01:20 +00:00
|
|
|
github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a
|
2020-02-18 12:27:11 +00:00
|
|
|
go.uber.org/atomic v1.5.1 // indirect
|
|
|
|
go.uber.org/multierr v1.4.0 // indirect
|
2020-05-01 12:26:51 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
|
2020-02-18 12:27:11 +00:00
|
|
|
golang.org/x/lint v0.0.0-20200130185559-910be7a94367 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20200217220822-9197077df867
|
|
|
|
golang.org/x/tools v0.0.0-20200216192241-b320d3a0f5a2 // indirect
|
2018-11-30 13:01:20 +00:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2020-02-18 12:27:11 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2018-11-30 13:01:20 +00:00
|
|
|
)
|
2019-09-12 15:55:41 +00:00
|
|
|
|
|
|
|
go 1.13
|