Skip to content

Commit 334c5f1

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 f8b866f commit 334c5f1

File tree

2 files changed

+27
-1107
lines changed

2 files changed

+27
-1107
lines changed

go.mod

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

3-
go 1.24.13
3+
go 1.25
44

55
require (
66
github.com/newrelic/infra-integrations-sdk/v4 v4.2.1
7-
github.com/prometheus-community/windows_exporter v0.20.0
8-
github.com/prometheus/client_model v0.6.1
9-
github.com/prometheus/common v0.55.0
10-
github.com/stretchr/testify v1.9.0
7+
github.com/prometheus/client_model v0.6.2
8+
github.com/prometheus/common v0.66.1
9+
github.com/stretchr/testify v1.11.1
1110
github.com/xeipuuv/gojsonschema v1.2.0
12-
golang.org/x/sys v0.33.0
11+
golang.org/x/sys v0.35.0
1312
gopkg.in/yaml.v2 v2.4.0
1413
)
1514

1615
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
2616
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
17+
github.com/kr/pretty v0.3.1 // indirect
3418
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
3519
github.com/newrelic/infrastructure-agent v0.0.0-20201127092132-00ac7efc0cc6 // indirect
36-
github.com/pkg/errors v0.9.1 // indirect
37-
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
20+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4121
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
4222
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
46-
google.golang.org/protobuf v1.34.2 // indirect
47-
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
23+
go.yaml.in/yaml/v2 v2.4.2 // indirect
24+
google.golang.org/protobuf v1.36.8 // indirect
4825
gopkg.in/yaml.v3 v3.0.1 // indirect
4926
)

0 commit comments

Comments
 (0)