aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 4de53f91b7028d566f5a133502de5fd2b2a36167 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/prometheus/node_exporter

require (
	github.com/beevik/ntp v0.2.0
	github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
	github.com/ema/qdisc v0.0.0-20190904071900-b82c76788043
	github.com/godbus/dbus v0.0.0-20190402143921-271e53dc4968
	github.com/hodgesds/perf-utils v0.0.7
	github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
	github.com/lufia/iostat v0.0.0-20170605150913-9f7362b77ad3
	github.com/mattn/go-xmlrpc v0.0.1
	github.com/mdlayher/genetlink v0.0.0-20190828143517-e35f2bf499b9 // indirect
	github.com/mdlayher/wifi v0.0.0-20190303161829-b1436901ddee
	github.com/prometheus/client_golang v1.0.0
	github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
	github.com/prometheus/common v0.4.1
	github.com/prometheus/procfs v0.0.5
	github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745
	github.com/sirupsen/logrus v1.4.2 // indirect
	github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a
	go.uber.org/atomic v1.3.2 // indirect
	go.uber.org/multierr v1.1.0 // indirect
	golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
	golang.org/x/sys v0.0.0-20190902133755-9109b7679e13
	gopkg.in/alecthomas/kingpin.v2 v2.2.6
)