2018-11-30 13:01:20 +00:00
|
|
|
module github.com/prometheus/node_exporter
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/beevik/ntp v0.2.0
|
2019-04-15 12:00:19 +00:00
|
|
|
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
|
2019-09-05 13:35:13 +00:00
|
|
|
github.com/ema/qdisc v0.0.0-20190904071900-b82c76788043
|
2019-04-03 10:32:48 +00:00
|
|
|
github.com/godbus/dbus v0.0.0-20190402143921-271e53dc4968
|
2019-05-09 18:19:12 +00:00
|
|
|
github.com/hodgesds/perf-utils v0.0.7
|
2019-04-15 12:00:19 +00:00
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
2018-11-30 13:01:20 +00:00
|
|
|
github.com/lufia/iostat v0.0.0-20170605150913-9f7362b77ad3
|
2019-11-16 17:32:52 +00:00
|
|
|
github.com/mattn/go-xmlrpc v0.0.3
|
2019-09-05 13:35:13 +00:00
|
|
|
github.com/mdlayher/genetlink v0.0.0-20190828143517-e35f2bf499b9 // indirect
|
|
|
|
github.com/mdlayher/wifi v0.0.0-20190303161829-b1436901ddee
|
2019-11-15 23:12:57 +00:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-06-21 09:05:48 +00:00
|
|
|
github.com/prometheus/client_golang v1.0.0
|
2019-02-13 13:12:12 +00:00
|
|
|
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
|
2019-09-13 10:23:26 +00:00
|
|
|
github.com/prometheus/common v0.7.0
|
2019-11-25 19:41:38 +00:00
|
|
|
github.com/prometheus/procfs v0.0.8
|
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
|
2019-05-07 11:21:41 +00:00
|
|
|
go.uber.org/atomic v1.3.2 // indirect
|
|
|
|
go.uber.org/multierr v1.1.0 // indirect
|
2019-09-05 13:35:13 +00:00
|
|
|
golang.org/x/sys v0.0.0-20190902133755-9109b7679e13
|
2018-11-30 13:01:20 +00:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2019-11-15 23:12:57 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
2018-11-30 13:01:20 +00:00
|
|
|
)
|
2019-09-12 15:55:41 +00:00
|
|
|
|
|
|
|
go 1.13
|