2018-11-30 14:01:20 +01:00
|
|
|
module github.com/prometheus/node_exporter
|
|
|
|
|
|
2025-09-09 11:36:24 +02:00
|
|
|
go 1.24.0
|
2022-06-19 11:05:03 +02:00
|
|
|
|
2018-11-30 14:01:20 +01:00
|
|
|
require (
|
2023-12-01 18:07:31 +01:00
|
|
|
github.com/alecthomas/kingpin/v2 v2.4.0
|
2024-06-02 10:32:04 +02:00
|
|
|
github.com/beevik/ntp v1.4.3
|
2025-09-05 15:34:14 +02:00
|
|
|
github.com/coreos/go-systemd/v22 v22.6.0
|
2025-09-27 06:14:56 -07:00
|
|
|
github.com/dennwc/btrfs v0.0.0-20241002142654-12ae127e0bf6
|
2023-08-18 15:20:22 +02:00
|
|
|
github.com/ema/qdisc v1.0.0
|
2022-05-04 22:14:18 +02: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 16:03:52 +00:00
|
|
|
github.com/hodgesds/perf-utils v0.7.0
|
2021-07-06 11:42:00 +02:00
|
|
|
github.com/illumos/go-kstat v0.0.0-20210513183136-173c9b0a9973
|
2025-07-07 15:17:10 +02:00
|
|
|
github.com/jsimonetti/rtnetlink/v2 v2.0.5
|
2022-02-15 22:26:57 -06:00
|
|
|
github.com/lufia/iostat v1.2.1
|
2019-11-16 18:32:52 +01:00
|
|
|
github.com/mattn/go-xmlrpc v0.0.3
|
2025-09-05 15:34:03 +02:00
|
|
|
github.com/mdlayher/ethtool v0.4.1
|
|
|
|
|
github.com/mdlayher/netlink v1.8.0
|
2025-08-06 18:14:57 +02:00
|
|
|
github.com/mdlayher/wifi v0.6.0
|
2025-08-06 18:53:09 +02:00
|
|
|
github.com/opencontainers/selinux v1.12.0
|
2024-07-30 07:56:47 -05:00
|
|
|
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55
|
2023-05-23 06:14:58 +02:00
|
|
|
github.com/prometheus-community/go-runit v0.1.0
|
2025-09-09 10:49:10 +02:00
|
|
|
github.com/prometheus/client_golang v1.23.2
|
2025-05-30 10:28:04 +00:00
|
|
|
github.com/prometheus/client_model v0.6.2
|
2025-09-05 16:18:25 +02:00
|
|
|
github.com/prometheus/common v0.66.1
|
|
|
|
|
github.com/prometheus/exporter-toolkit v0.14.1
|
2025-07-07 15:02:39 +02:00
|
|
|
github.com/prometheus/procfs v0.17.0
|
2025-08-07 12:34:08 +02:00
|
|
|
github.com/safchain/ethtool v0.6.2
|
2025-09-27 06:14:56 -07:00
|
|
|
golang.org/x/exp v0.0.0-20250911091902-df9299821621
|
2025-09-09 11:36:24 +02:00
|
|
|
golang.org/x/sys v0.36.0
|
2023-12-01 18:08:09 +01:00
|
|
|
howett.net/plist v1.0.1
|
2018-11-30 14:01:20 +01:00
|
|
|
)
|
2019-09-12 17:55:41 +02:00
|
|
|
|
2022-06-19 11:05:03 +02:00
|
|
|
require (
|
2022-10-23 06:45:29 -04:00
|
|
|
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
|
2022-06-19 11:05:03 +02:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2024-09-11 09:17:14 +02:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2022-09-26 14:30:51 +02:00
|
|
|
github.com/dennwc/ioctl v1.0.0 // indirect
|
2025-03-26 09:46:27 +01:00
|
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
2022-06-19 11:05:03 +02:00
|
|
|
github.com/jpillora/backoff v1.0.0 // indirect
|
2024-09-11 09:17:14 +02:00
|
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
2023-06-14 15:49:23 +02:00
|
|
|
github.com/mdlayher/genetlink v1.3.2 // indirect
|
2025-09-05 15:34:03 +02:00
|
|
|
github.com/mdlayher/socket v0.5.1 // indirect
|
2024-09-11 10:51:28 +02:00
|
|
|
github.com/mdlayher/vsock v1.2.1 // indirect
|
2024-07-10 14:01:42 +00:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2022-06-19 11:05:03 +02: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 09:25:05 +01:00
|
|
|
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
|
2022-06-19 11:05:03 +02:00
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
2025-09-05 16:18:25 +02:00
|
|
|
go.yaml.in/yaml/v2 v2.4.2 // indirect
|
2025-09-05 15:34:03 +02:00
|
|
|
golang.org/x/crypto v0.41.0 // indirect
|
|
|
|
|
golang.org/x/net v0.43.0 // indirect
|
2025-05-30 10:28:04 +00:00
|
|
|
golang.org/x/oauth2 v0.30.0 // indirect
|
2025-09-27 06:14:56 -07:00
|
|
|
golang.org/x/sync v0.17.0 // indirect
|
2025-09-05 15:34:03 +02:00
|
|
|
golang.org/x/text v0.28.0 // indirect
|
2025-09-05 16:18:25 +02:00
|
|
|
google.golang.org/protobuf v1.36.8 // indirect
|
2022-06-19 11:05:03 +02:00
|
|
|
)
|