aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: de7db9d477fa41df9c6ea0c56cf0abe07f405279 (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
27
28
29
30
31
32
33
34
module github.com/prometheus/node_exporter

require (
	github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
	github.com/beevik/ntp v0.2.0
	github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
	github.com/ema/qdisc v0.0.0-20190904071900-b82c76788043
	github.com/go-kit/kit v0.10.0
	github.com/godbus/dbus v0.0.0-20190402143921-271e53dc4968
	github.com/golang/protobuf v1.3.3 // indirect
	github.com/hodgesds/perf-utils v0.0.8
	github.com/lufia/iostat v1.1.0
	github.com/mattn/go-xmlrpc v0.0.3
	github.com/mdlayher/genetlink v1.0.0 // indirect
	github.com/mdlayher/netlink v1.1.0 // indirect
	github.com/mdlayher/wifi v0.0.0-20190303161829-b1436901ddee
	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
	github.com/prometheus/procfs v0.0.11
	github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745
	github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a
	go.uber.org/atomic v1.5.1 // indirect
	go.uber.org/multierr v1.4.0 // indirect
	golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
	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
	gopkg.in/alecthomas/kingpin.v2 v2.2.6
	gopkg.in/yaml.v2 v2.2.8
)

go 1.13