2020-05-24 18:38:05 +00:00
|
|
|
module github.com/prometheus-community/windows_exporter
|
2019-10-19 14:50:13 +00:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2023-02-27 11:59:24 +00:00
|
|
|
github.com/Microsoft/hcsshim v0.9.7
|
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
|
2022-05-16 22:50:05 +00:00
|
|
|
github.com/go-ole/go-ole v1.2.6
|
2022-10-25 05:49:12 +00:00
|
|
|
github.com/leoluk/perflib_exporter v0.2.0
|
2022-11-14 11:03:36 +00:00
|
|
|
github.com/prometheus/client_golang v1.14.0
|
2022-10-24 22:58:04 +00:00
|
|
|
github.com/prometheus/client_model v0.3.0
|
2023-01-01 20:29:42 +00:00
|
|
|
github.com/prometheus/common v0.39.0
|
2022-11-30 08:56:44 +00:00
|
|
|
github.com/prometheus/exporter-toolkit v0.8.2
|
2022-08-21 08:28:00 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.0
|
2023-03-12 00:27:31 +00:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.2
|
2023-03-12 07:41:49 +00:00
|
|
|
golang.org/x/sys v0.6.0
|
2019-10-19 14:50:13 +00:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2022-07-25 11:25:10 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2019-10-19 14:50:13 +00:00
|
|
|
)
|