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 (
|
2021-11-14 21:57:35 +00:00
|
|
|
github.com/Microsoft/hcsshim v0.9.1
|
2020-08-11 12:33:29 +00:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20180725035823-b12b22c5341f
|
2021-11-14 11:50:42 +00:00
|
|
|
github.com/dimchansky/utfbom v1.1.1
|
2021-10-28 23:01:48 +00:00
|
|
|
github.com/go-kit/log v0.2.0
|
2019-10-19 14:50:13 +00:00
|
|
|
github.com/go-ole/go-ole v1.2.1 // indirect
|
2021-12-18 09:29:36 +00:00
|
|
|
github.com/leoluk/perflib_exporter v0.1.1-0.20211204221052-9e3696429c20
|
2021-10-28 23:18:06 +00:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2020-11-26 07:42:15 +00:00
|
|
|
github.com/prometheus/client_model v0.2.0
|
2021-11-14 11:42:09 +00:00
|
|
|
github.com/prometheus/common v0.32.1
|
2021-12-06 11:35:00 +00:00
|
|
|
github.com/prometheus/exporter-toolkit v0.7.1
|
2021-11-14 21:29:14 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-11-05 08:13:17 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
|
2019-10-19 14:50:13 +00:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2021-01-03 14:54:32 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2019-10-19 14:50:13 +00:00
|
|
|
)
|