2018-11-30 05:01:20 -08:00
|
|
|
module github.com/prometheus/node_exporter
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/beevik/ntp v0.2.0
|
2019-04-15 05:00:19 -07:00
|
|
|
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
|
2019-09-05 06:35:13 -07:00
|
|
|
github.com/ema/qdisc v0.0.0-20190904071900-b82c76788043
|
2019-04-03 03:32:48 -07:00
|
|
|
github.com/godbus/dbus v0.0.0-20190402143921-271e53dc4968
|
2019-05-09 11:19:12 -07:00
|
|
|
github.com/hodgesds/perf-utils v0.0.7
|
2019-04-15 05:00:19 -07:00
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
2018-11-30 05:01:20 -08:00
|
|
|
github.com/lufia/iostat v0.0.0-20170605150913-9f7362b77ad3
|
2019-04-15 05:00:19 -07:00
|
|
|
github.com/mattn/go-xmlrpc v0.0.1
|
2019-09-05 06:35:13 -07:00
|
|
|
github.com/mdlayher/genetlink v0.0.0-20190828143517-e35f2bf499b9 // indirect
|
|
|
|
github.com/mdlayher/wifi v0.0.0-20190303161829-b1436901ddee
|
2019-06-21 02:05:48 -07:00
|
|
|
github.com/prometheus/client_golang v1.0.0
|
2019-02-13 05:12:12 -08:00
|
|
|
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
|
2019-06-21 02:05:48 -07:00
|
|
|
github.com/prometheus/common v0.4.1
|
2019-08-27 00:26:19 -07:00
|
|
|
github.com/prometheus/procfs v0.0.4
|
2019-01-12 04:33:56 -08:00
|
|
|
github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745
|
2019-06-12 11:46:26 -07:00
|
|
|
github.com/sirupsen/logrus v1.4.2 // indirect
|
2018-11-30 05:01:20 -08:00
|
|
|
github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a
|
2019-05-07 04:21:41 -07:00
|
|
|
go.uber.org/atomic v1.3.2 // indirect
|
|
|
|
go.uber.org/multierr v1.1.0 // indirect
|
2019-05-06 21:38:21 -07:00
|
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
|
2019-09-05 06:35:13 -07:00
|
|
|
golang.org/x/sys v0.0.0-20190902133755-9109b7679e13
|
2018-11-30 05:01:20 -08:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
|
|
)
|