2018-11-30 14:01:20 +01:00
|
|
|
module github.com/prometheus/node_exporter
|
|
|
|
|
|
|
|
require (
|
2020-05-14 19:46:18 +02:00
|
|
|
github.com/beevik/ntp v0.3.0
|
2020-02-18 13:27:11 +01:00
|
|
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
|
2020-06-04 18:20:52 +02:00
|
|
|
github.com/ema/qdisc v0.0.0-20200603082823-62d0308e3e00
|
2020-11-14 11:53:51 +01:00
|
|
|
github.com/go-kit/log v0.1.0
|
2019-04-03 12:32:48 +02:00
|
|
|
github.com/godbus/dbus v0.0.0-20190402143921-271e53dc4968
|
2021-08-19 12:26:53 +02:00
|
|
|
github.com/hashicorp/go-envparse v0.0.0-20200406174449-d9cfd743a15e
|
2021-02-05 16:06:57 +01:00
|
|
|
github.com/hodgesds/perf-utils v0.2.5
|
2021-07-06 11:42:00 +02:00
|
|
|
github.com/illumos/go-kstat v0.0.0-20210513183136-173c9b0a9973
|
2021-07-12 16:56:17 +02:00
|
|
|
github.com/jsimonetti/rtnetlink v0.0.0-20210713125558-2bfdf1dbdbd6
|
2021-09-02 13:33:39 +02:00
|
|
|
github.com/lufia/iostat v1.1.1
|
2019-11-16 18:32:52 +01:00
|
|
|
github.com/mattn/go-xmlrpc v0.0.3
|
2020-09-23 21:06:58 +02:00
|
|
|
github.com/mdlayher/wifi v0.0.0-20200527114002-84f0b9457fdd
|
2021-07-06 11:29:28 +02:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2020-02-18 13:27:11 +01:00
|
|
|
github.com/prometheus/client_model v0.2.0
|
2021-07-06 11:29:28 +02:00
|
|
|
github.com/prometheus/common v0.29.0
|
|
|
|
github.com/prometheus/exporter-toolkit v0.6.0
|
2021-08-05 17:59:13 +02:00
|
|
|
github.com/prometheus/procfs v0.7.2
|
2021-08-18 08:47:09 +02:00
|
|
|
github.com/safchain/ethtool v0.0.0-20210803160452-9aa261dae9b1
|
2021-07-06 11:42:00 +02:00
|
|
|
github.com/siebenmann/go-kstat v0.0.0-20210513183136-173c9b0a9973 // indirect
|
2018-11-30 14:01:20 +01:00
|
|
|
github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a
|
2021-07-06 11:29:28 +02:00
|
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
|
2018-11-30 14:01:20 +01:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
|
|
)
|
2019-09-12 17:55:41 +02:00
|
|
|
|
2020-05-14 19:46:18 +02:00
|
|
|
go 1.14
|