2018-11-30 13:01:20 +00:00
|
|
|
module github.com/prometheus/node_exporter
|
|
|
|
|
|
|
|
require (
|
2020-05-14 17:46:18 +00:00
|
|
|
github.com/beevik/ntp v0.3.0
|
2020-02-18 12:27:11 +00:00
|
|
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
|
2020-06-04 16:20:52 +00:00
|
|
|
github.com/ema/qdisc v0.0.0-20200603082823-62d0308e3e00
|
2021-10-03 11:35:24 +00:00
|
|
|
github.com/go-kit/log v0.2.0
|
2019-04-03 10:32:48 +00:00
|
|
|
github.com/godbus/dbus v0.0.0-20190402143921-271e53dc4968
|
2021-08-19 10:26:53 +00:00
|
|
|
github.com/hashicorp/go-envparse v0.0.0-20200406174449-d9cfd743a15e
|
2022-03-28 15:58:13 +00:00
|
|
|
github.com/hodgesds/perf-utils v0.5.1
|
2021-07-06 09:42:00 +00:00
|
|
|
github.com/illumos/go-kstat v0.0.0-20210513183136-173c9b0a9973
|
2022-03-28 15:58:13 +00:00
|
|
|
github.com/jsimonetti/rtnetlink v1.1.1
|
2022-02-16 04:26:57 +00:00
|
|
|
github.com/lufia/iostat v1.2.1
|
2019-11-16 17:32:52 +00:00
|
|
|
github.com/mattn/go-xmlrpc v0.0.3
|
2022-03-21 10:38:05 +00:00
|
|
|
github.com/mdlayher/netlink v1.6.0
|
2022-03-28 15:58:13 +00:00
|
|
|
github.com/mdlayher/wifi v0.0.0-20220320220353-954ff73a19a5
|
|
|
|
github.com/prometheus/client_golang v1.12.1
|
2020-02-18 12:27:11 +00:00
|
|
|
github.com/prometheus/client_model v0.2.0
|
2022-03-28 15:58:13 +00:00
|
|
|
github.com/prometheus/common v0.33.0
|
|
|
|
github.com/prometheus/exporter-toolkit v0.7.1
|
2021-10-27 11:56:37 +00:00
|
|
|
github.com/prometheus/procfs v0.7.4-0.20211011103944-1a7a2bd3279f
|
2022-03-28 15:58:13 +00:00
|
|
|
github.com/safchain/ethtool v0.2.0
|
2021-07-06 09:42:00 +00:00
|
|
|
github.com/siebenmann/go-kstat v0.0.0-20210513183136-173c9b0a9973 // indirect
|
2018-11-30 13:01:20 +00:00
|
|
|
github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a
|
2022-03-28 15:58:13 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f
|
2018-11-30 13:01:20 +00:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
|
|
)
|
2019-09-12 15:55:41 +00:00
|
|
|
|
2020-05-14 17:46:18 +00:00
|
|
|
go 1.14
|