2020-05-24 18:38:05 +00:00
|
|
|
module github.com/prometheus-community/windows_exporter
|
2019-10-19 14:50:13 +00:00
|
|
|
|
2023-11-12 12:41:14 +00:00
|
|
|
go 1.21
|
2019-10-19 14:50:13 +00:00
|
|
|
|
|
|
|
require (
|
2023-11-11 02:33:01 +00:00
|
|
|
github.com/Microsoft/hcsshim v0.11.4
|
2023-11-20 11:50:16 +00:00
|
|
|
github.com/alecthomas/kingpin/v2 v2.4.0
|
2021-11-14 11:50:42 +00:00
|
|
|
github.com/dimchansky/utfbom v1.1.1
|
2022-05-16 23:12:38 +00:00
|
|
|
github.com/go-kit/log v0.2.1
|
2023-08-21 11:56:35 +00:00
|
|
|
github.com/go-ole/go-ole v1.3.0
|
2024-01-01 11:45:54 +00:00
|
|
|
github.com/prometheus/client_golang v1.18.0
|
2023-10-09 11:37:26 +00:00
|
|
|
github.com/prometheus/client_model v0.5.0
|
2024-01-15 11:08:47 +00:00
|
|
|
github.com/prometheus/common v0.46.0
|
2023-12-11 11:06:14 +00:00
|
|
|
github.com/prometheus/exporter-toolkit v0.11.0
|
2023-06-08 00:29:50 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
2023-11-13 11:46:49 +00:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2024-01-29 11:04:27 +00:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.4
|
2023-07-31 11:22:33 +00:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
2023-11-04 19:51:35 +00:00
|
|
|
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
|
2024-01-08 11:23:09 +00:00
|
|
|
golang.org/x/sys v0.16.0
|
2022-07-25 11:25:10 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2019-10-19 14:50:13 +00:00
|
|
|
)
|
2023-03-17 17:07:52 +00:00
|
|
|
|
|
|
|
require (
|
2023-07-31 11:22:33 +00:00
|
|
|
github.com/Microsoft/go-winio v0.6.1 // indirect
|
2023-03-17 17:07:52 +00:00
|
|
|
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2023-04-17 11:58:31 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2023-09-25 12:00:50 +00:00
|
|
|
github.com/containerd/cgroups v1.1.0 // indirect
|
2024-01-15 11:15:19 +00:00
|
|
|
github.com/containerd/containerd v1.7.11 // indirect
|
2023-03-17 17:07:52 +00:00
|
|
|
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
|
2023-11-04 19:51:35 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-06-08 00:29:50 +00:00
|
|
|
github.com/go-logfmt/logfmt v0.5.1 // indirect
|
2023-09-25 12:00:50 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2023-07-31 11:22:33 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2023-04-17 11:58:31 +00:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2023-03-17 17:07:52 +00:00
|
|
|
github.com/jpillora/backoff v1.0.0 // indirect
|
|
|
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2023-11-04 19:51:35 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-01-01 11:45:54 +00:00
|
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
2023-03-17 17:07:52 +00:00
|
|
|
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
|
2024-01-15 11:08:47 +00:00
|
|
|
golang.org/x/crypto v0.18.0 // indirect
|
2023-11-04 19:51:35 +00:00
|
|
|
golang.org/x/mod v0.14.0 // indirect
|
2024-01-15 11:08:47 +00:00
|
|
|
golang.org/x/net v0.20.0 // indirect
|
|
|
|
golang.org/x/oauth2 v0.16.0 // indirect
|
2023-11-04 19:51:35 +00:00
|
|
|
golang.org/x/sync v0.5.0 // indirect
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
|
|
|
golang.org/x/tools v0.15.0 // indirect
|
2023-03-17 17:07:52 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2024-01-15 11:15:19 +00:00
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
|
|
|
|
google.golang.org/grpc v1.58.3 // indirect
|
2024-01-15 11:08:47 +00:00
|
|
|
google.golang.org/protobuf v1.32.0 // indirect
|
2023-03-17 17:07:52 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
)
|