|
1 | 1 | module github.com/newrelic/nri-winservices |
2 | 2 |
|
3 | | -go 1.24.13 |
| 3 | +go 1.25 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | 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 |
11 | 10 | github.com/xeipuuv/gojsonschema v1.2.0 |
12 | | - golang.org/x/sys v0.33.0 |
| 11 | + golang.org/x/sys v0.35.0 |
13 | 12 | gopkg.in/yaml.v2 v2.4.0 |
14 | 13 | ) |
15 | 14 |
|
16 | 15 | 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 |
26 | 16 | 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 |
34 | 18 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
35 | 19 | 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 |
41 | 21 | github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect |
42 | 22 | 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 |
48 | 25 | gopkg.in/yaml.v3 v3.0.1 // indirect |
49 | 26 | ) |
0 commit comments