18 lines
588 B
Modula-2
18 lines
588 B
Modula-2
module github.com/martinlindhe/wmi_exporter
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
|
github.com/Microsoft/hcsshim v0.8.6
|
|
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6
|
|
github.com/dimchansky/utfbom v1.1.0
|
|
github.com/go-ole/go-ole v1.2.1 // indirect
|
|
github.com/leoluk/perflib_exporter v0.1.0
|
|
github.com/prometheus/client_golang v0.9.2
|
|
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
|
|
github.com/prometheus/common v0.2.0
|
|
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
)
|