Skip to content

Commit 9739849

Browse files
chore(deps): bump github.com/prometheus-community/windows_exporter
Bumps [github.com/prometheus-community/windows_exporter](https://github.com/prometheus-community/windows_exporter) from 0.20.0 to 0.29.2. - [Release notes](https://github.com/prometheus-community/windows_exporter/releases) - [Commits](prometheus-community/windows_exporter@v0.20.0...v0.29.2) --- updated-dependencies: - dependency-name: github.com/prometheus-community/windows_exporter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd9687a commit 9739849

File tree

2 files changed

+10
-1093
lines changed

2 files changed

+10
-1093
lines changed

go.mod

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,26 @@
11
module github.com/newrelic/nri-winservices
22

33
go 1.22.7
4+
toolchain go1.23.2
45

56
require (
67
github.com/newrelic/infra-integrations-sdk/v4 v4.2.1
7-
github.com/prometheus-community/windows_exporter v0.20.0
88
github.com/prometheus/client_model v0.6.1
9-
github.com/prometheus/common v0.55.0
9+
github.com/prometheus/common v0.59.2-0.20240918152650-14bac55a992f
1010
github.com/stretchr/testify v1.9.0
1111
github.com/xeipuuv/gojsonschema v1.2.0
12-
golang.org/x/sys v0.22.0
12+
golang.org/x/sys v0.25.0
1313
gopkg.in/yaml.v2 v2.4.0
1414
)
1515

1616
require (
17-
github.com/Microsoft/go-winio v0.6.2 // indirect
18-
github.com/Microsoft/hcsshim v0.12.5 // indirect
19-
github.com/StackExchange/wmi v1.2.1 // indirect
20-
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
21-
github.com/alecthomas/units v0.0.0-20240626203959-61d1e3462e30 // indirect
22-
github.com/beorn7/perks v1.0.1 // indirect
23-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
24-
github.com/containerd/cgroups/v3 v3.0.2 // indirect
25-
github.com/containerd/errdefs v0.1.0 // indirect
2617
github.com/davecgh/go-spew v1.1.1 // indirect
27-
github.com/dimchansky/utfbom v1.1.1 // indirect
28-
github.com/go-kit/log v0.2.1 // indirect
29-
github.com/go-logfmt/logfmt v0.6.0 // indirect
30-
github.com/go-ole/go-ole v1.3.0 // indirect
31-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
32-
github.com/golang/protobuf v1.5.4 // indirect
33-
github.com/leoluk/perflib_exporter v0.2.1 // indirect
18+
github.com/kr/pretty v0.3.1 // indirect
3419
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
3520
github.com/newrelic/infrastructure-agent v0.0.0-20201127092132-00ac7efc0cc6 // indirect
36-
github.com/pkg/errors v0.9.1 // indirect
3721
github.com/pmezard/go-difflib v1.0.0 // indirect
38-
github.com/prometheus/client_golang v1.19.1 // indirect
39-
github.com/prometheus/procfs v0.15.1 // indirect
40-
github.com/sirupsen/logrus v1.9.3 // indirect
4122
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
4223
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
43-
go.opencensus.io v0.24.0 // indirect
44-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
45-
google.golang.org/grpc v1.62.0 // indirect
4624
google.golang.org/protobuf v1.34.2 // indirect
47-
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
4825
gopkg.in/yaml.v3 v3.0.1 // indirect
4926
)

0 commit comments

Comments
 (0)