mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-01-07 15:00:04 +00:00
2958e0801d
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
620 B
Modula-2
21 lines
620 B
Modula-2
module github.com/prometheus-community/windows_exporter
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Microsoft/hcsshim v0.9.6
|
|
github.com/StackExchange/wmi v0.0.0-20180725035823-b12b22c5341f
|
|
github.com/dimchansky/utfbom v1.1.1
|
|
github.com/go-kit/log v0.2.1
|
|
github.com/go-ole/go-ole v1.2.6
|
|
github.com/leoluk/perflib_exporter v0.2.0
|
|
github.com/prometheus/client_golang v1.14.0
|
|
github.com/prometheus/client_model v0.3.0
|
|
github.com/prometheus/common v0.39.0
|
|
github.com/prometheus/exporter-toolkit v0.8.2
|
|
github.com/sirupsen/logrus v1.9.0
|
|
golang.org/x/sys v0.4.0
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|