2018-11-30 05:01:20 -08:00
|
|
|
module github.com/prometheus/node_exporter
|
|
|
|
|
2023-11-12 15:30:06 -08:00
|
|
|
go 1.20
|
2022-06-19 02:05:03 -07:00
|
|
|
|
2018-11-30 05:01:20 -08:00
|
|
|
require (
|
2023-12-01 09:07:31 -08:00
|
|
|
github.com/alecthomas/kingpin/v2 v2.4.0
|
2024-01-01 13:18:41 -08:00
|
|
|
github.com/beevik/ntp v1.3.1
|
2022-11-29 03:02:48 -08:00
|
|
|
github.com/coreos/go-systemd/v22 v22.5.0
|
2023-03-12 14:23:46 -07:00
|
|
|
github.com/dennwc/btrfs v0.0.0-20230312211831-a1f570bd01a1
|
2023-08-18 06:20:22 -07:00
|
|
|
github.com/ema/qdisc v1.0.0
|
2022-06-24 08:52:23 -07:00
|
|
|
github.com/go-kit/log v0.2.1
|
2022-05-04 13:14:18 -07:00
|
|
|
github.com/godbus/dbus/v5 v5.1.0
|
2022-11-29 03:02:48 -08:00
|
|
|
github.com/hashicorp/go-envparse v0.1.0
|
2023-02-01 08:03:52 -08:00
|
|
|
github.com/hodgesds/perf-utils v0.7.0
|
2021-07-06 02:42:00 -07:00
|
|
|
github.com/illumos/go-kstat v0.0.0-20210513183136-173c9b0a9973
|
2023-01-01 08:02:17 -08:00
|
|
|
github.com/josharian/native v1.1.0
|
2024-02-02 00:03:01 -08:00
|
|
|
github.com/jsimonetti/rtnetlink v1.4.1
|
2022-02-15 20:26:57 -08:00
|
|
|
github.com/lufia/iostat v1.2.1
|
2019-11-16 09:32:52 -08:00
|
|
|
github.com/mattn/go-xmlrpc v0.0.3
|
2023-06-14 07:23:01 -07:00
|
|
|
github.com/mdlayher/ethtool v0.1.0
|
2023-05-01 09:59:14 -07:00
|
|
|
github.com/mdlayher/netlink v1.7.2
|
2023-06-14 06:49:23 -07:00
|
|
|
github.com/mdlayher/wifi v0.1.0
|
2023-03-01 08:59:42 -08:00
|
|
|
github.com/opencontainers/selinux v1.11.0
|
2023-05-22 21:14:58 -07:00
|
|
|
github.com/prometheus-community/go-runit v0.1.0
|
2024-03-06 01:57:55 -08:00
|
|
|
github.com/prometheus/client_golang v1.19.0
|
2024-03-06 02:06:12 -08:00
|
|
|
github.com/prometheus/client_model v0.6.0
|
2024-03-06 01:57:55 -08:00
|
|
|
github.com/prometheus/common v0.48.0
|
2024-01-01 11:42:54 -08:00
|
|
|
github.com/prometheus/exporter-toolkit v0.11.0
|
2024-03-08 01:01:54 -08:00
|
|
|
github.com/prometheus/procfs v0.13.0
|
2023-04-01 09:59:11 -07:00
|
|
|
github.com/safchain/ethtool v0.3.0
|
2023-05-27 05:01:17 -07:00
|
|
|
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
|
2024-03-06 02:16:50 -08:00
|
|
|
golang.org/x/sys v0.18.0
|
2023-12-01 09:08:09 -08:00
|
|
|
howett.net/plist v1.0.1
|
2018-11-30 05:01:20 -08:00
|
|
|
)
|
2019-09-12 08:55:41 -07:00
|
|
|
|
2022-06-19 02:05:03 -07:00
|
|
|
require (
|
2022-10-23 03:45:29 -07:00
|
|
|
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
|
2022-06-19 02:05:03 -07:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2023-05-01 09:59:01 -07:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2022-09-02 03:20:48 -07:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-09-26 05:30:51 -07:00
|
|
|
github.com/dennwc/ioctl v1.0.0 // indirect
|
2022-06-19 02:05:03 -07:00
|
|
|
github.com/go-logfmt/logfmt v0.5.1 // indirect
|
2023-05-01 09:59:01 -07:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2023-12-04 14:05:51 -08:00
|
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
2022-06-19 02:05:03 -07:00
|
|
|
github.com/jpillora/backoff v1.0.0 // indirect
|
2023-06-14 06:49:23 -07:00
|
|
|
github.com/mdlayher/genetlink v1.3.2 // indirect
|
2023-05-01 09:59:14 -07:00
|
|
|
github.com/mdlayher/socket v0.4.1 // indirect
|
2022-06-19 02:05:03 -07:00
|
|
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
|
|
|
|
github.com/siebenmann/go-kstat v0.0.0-20210513183136-173c9b0a9973 // indirect
|
2023-03-07 00:25:05 -08:00
|
|
|
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
|
2022-06-19 02:05:03 -07:00
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
2024-04-19 08:15:14 -07:00
|
|
|
golang.org/x/crypto v0.21.0 // indirect
|
|
|
|
golang.org/x/net v0.23.0 // indirect
|
2024-02-01 08:59:31 -08:00
|
|
|
golang.org/x/oauth2 v0.16.0 // indirect
|
2024-03-08 01:01:54 -08:00
|
|
|
golang.org/x/sync v0.6.0 // indirect
|
2023-12-19 01:08:34 -08:00
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2022-10-23 03:45:29 -07:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2024-03-17 08:32:11 -07:00
|
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
2022-06-19 02:05:03 -07:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
)
|