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
|
2018-11-30 13:01:20 +00:00
|
|
|
github.com/ema/qdisc v0.0.0-20180104102928-b307c22d3ce7
|
2019-04-03 10:32:48 +00:00
|
|
|
github.com/godbus/dbus v0.0.0-20190402143921-271e53dc4968
|
2019-04-15 12:00:19 +00:00
|
|
|
github.com/golang/protobuf v1.3.1 // indirect
|
2018-11-30 13:01:20 +00:00
|
|
|
github.com/google/go-cmp v0.2.0 // indirect
|
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-04-15 12:00:19 +00:00
|
|
|
github.com/mattn/go-xmlrpc v0.0.1
|
2019-02-13 13:12:12 +00:00
|
|
|
github.com/mdlayher/genetlink v0.0.0-20181016160152-e97704c1b795 // indirect
|
|
|
|
github.com/mdlayher/netlink v0.0.0-20181210160939-e069752bc835 // indirect
|
2018-11-30 13:01:20 +00:00
|
|
|
github.com/mdlayher/wifi v0.0.0-20180727163819-efdf3f4195d9
|
2019-02-13 13:12:12 +00:00
|
|
|
github.com/prometheus/client_golang v0.9.2
|
|
|
|
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
|
|
|
|
github.com/prometheus/common v0.2.0
|
2019-05-07 04:38:21 +00:00
|
|
|
github.com/prometheus/procfs v0.0.0-20190503130316-740c07785007
|
2019-01-12 12:33:56 +00:00
|
|
|
github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745
|
2019-04-15 12:00:19 +00:00
|
|
|
github.com/sirupsen/logrus v1.4.1 // indirect
|
2018-11-30 13:01:20 +00:00
|
|
|
github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a
|
2019-02-13 13:12:12 +00:00
|
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
2019-04-15 12:00:19 +00:00
|
|
|
golang.org/x/net v0.0.0-20190328230028-74de082e2cca // indirect
|
2019-05-07 04:38:21 +00:00
|
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
|
2019-04-15 12:00:19 +00:00
|
|
|
golang.org/x/sys v0.0.0-20190402142545-baf5eb976a8c
|
2018-11-30 13:01:20 +00:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
|
|
)
|