1
1
module github.com/NVIDIA/dcgm-exporter
2
2
3
- go 1.21
3
+ go 1.22.0
4
+
5
+ toolchain go1.22.4
4
6
5
7
require (
6
8
github.com/NVIDIA/go-dcgm v0.0.0-20240118201113-3385e277e49f
7
9
github.com/NVIDIA/go-nvml v0.12.0-2
8
10
github.com/avast/retry-go/v4 v4.5.1
9
11
github.com/bits-and-blooms/bitset v1.13.0
10
12
github.com/go-kit/log v0.2.1
11
- github.com/google/uuid v1.5 .0
13
+ github.com/google/uuid v1.6 .0
12
14
github.com/gorilla/mux v1.8.1
13
- github.com/mittwald/go-helm-client v0.12.8
15
+ github.com/mittwald/go-helm-client v0.12.9
14
16
github.com/onsi/ginkgo/v2 v2.15.0
15
17
github.com/onsi/gomega v1.32.0
16
18
github.com/prometheus/client_model v0.6.0
@@ -20,13 +22,14 @@ require (
20
22
github.com/stretchr/testify v1.8.4
21
23
github.com/urfave/cli/v2 v2.27.1
22
24
go.uber.org/automaxprocs v1.5.3
23
- golang.org/x/sync v0.5.0
24
- google.golang.org/grpc v1.61.1
25
- k8s.io/api v0.29.2
26
- k8s.io/apimachinery v0.29.2
27
- k8s.io/client-go v0.29.2
28
- k8s.io/kubelet v0.29.2
29
- k8s.io/utils v0.0.0-20240102154912-e7106e64919e
25
+ go.uber.org/mock v0.4.0
26
+ golang.org/x/sync v0.7.0
27
+ google.golang.org/grpc v1.64.0
28
+ k8s.io/api v0.30.2
29
+ k8s.io/apimachinery v0.30.2
30
+ k8s.io/client-go v0.30.2
31
+ k8s.io/kubelet v0.30.2
32
+ k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
30
33
)
31
34
32
35
require (
@@ -44,20 +47,19 @@ require (
44
47
github.com/beorn7/perks v1.0.1 // indirect
45
48
github.com/cespare/xxhash/v2 v2.2.0 // indirect
46
49
github.com/chai2010/gettext-go v1.0.2 // indirect
47
- github.com/containerd/containerd v1.7.11 // indirect
50
+ github.com/containerd/containerd v1.7.12 // indirect
48
51
github.com/containerd/log v0.1.0 // indirect
49
52
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
50
53
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
51
54
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
52
55
github.com/davecgh/go-spew v1.1.1 // indirect
53
56
github.com/distribution/reference v0.5.0 // indirect
54
- github.com/docker/cli v24.0.7 +incompatible // indirect
57
+ github.com/docker/cli v26.1.4 +incompatible // indirect
55
58
github.com/docker/distribution v2.8.3+incompatible // indirect
56
- github.com/docker/docker v24.0.7 +incompatible // indirect
59
+ github.com/docker/docker v26.1.4 +incompatible // indirect
57
60
github.com/docker/docker-credential-helpers v0.8.0 // indirect
58
- github.com/docker/go-connections v0.4 .0 // indirect
61
+ github.com/docker/go-connections v0.5 .0 // indirect
59
62
github.com/docker/go-metrics v0.0.1 // indirect
60
- github.com/docker/go-units v0.5.0 // indirect
61
63
github.com/emicklei/go-restful/v3 v3.11.1 // indirect
62
64
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
63
65
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
@@ -74,7 +76,7 @@ require (
74
76
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
75
77
github.com/gobwas/glob v0.2.3 // indirect
76
78
github.com/gogo/protobuf v1.3.2 // indirect
77
- github.com/golang/protobuf v1.5.3 // indirect
79
+ github.com/golang/protobuf v1.5.4 // indirect
78
80
github.com/google/btree v1.1.2 // indirect
79
81
github.com/google/gnostic-models v0.6.8 // indirect
80
82
github.com/google/go-cmp v0.6.0 // indirect
@@ -111,12 +113,11 @@ require (
111
113
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
112
114
github.com/modern-go/reflect2 v1.0.2 // indirect
113
115
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
114
- github.com/morikuni/aec v1.0.0 // indirect
115
116
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
116
117
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
117
118
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
118
119
github.com/opencontainers/go-digest v1.0.0 // indirect
119
- github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
120
+ github.com/opencontainers/image-spec v1.1.0-rc6 // indirect
120
121
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
121
122
github.com/pkg/errors v0.9.1 // indirect
122
123
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -140,32 +141,32 @@ require (
140
141
go.opentelemetry.io/otel/metric v1.21.0 // indirect
141
142
go.opentelemetry.io/otel/trace v1.21.0 // indirect
142
143
go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
143
- go.uber.org/mock v0.4.0 // indirect
144
- golang.org/x/crypto v0.18.0 // indirect
144
+ golang.org/x/crypto v0.24.0 // indirect
145
145
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
146
- golang.org/x/net v0.20.0 // indirect
147
- golang.org/x/oauth2 v0.16.0 // indirect
148
- golang.org/x/sys v0.16.0 // indirect
149
- golang.org/x/term v0.16.0 // indirect
150
- golang.org/x/text v0.14.0 // indirect
146
+ golang.org/x/mod v0.17.0 // indirect
147
+ golang.org/x/net v0.26.0 // indirect
148
+ golang.org/x/oauth2 v0.18.0 // indirect
149
+ golang.org/x/sys v0.21.0 // indirect
150
+ golang.org/x/term v0.21.0 // indirect
151
+ golang.org/x/text v0.16.0 // indirect
151
152
golang.org/x/time v0.5.0 // indirect
152
- golang.org/x/tools v0.16.1 // indirect
153
+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
153
154
google.golang.org/appengine v1.6.8 // indirect
154
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect
155
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
155
156
google.golang.org/protobuf v1.33.0 // indirect
156
157
gopkg.in/evanphx/json-patch.v5 v5.7.0 // indirect
157
158
gopkg.in/inf.v0 v0.9.1 // indirect
158
159
gopkg.in/yaml.v2 v2.4.0 // indirect
159
160
gopkg.in/yaml.v3 v3.0.1 // indirect
160
- helm.sh/helm/v3 v3.14 .2 // indirect
161
- k8s.io/apiextensions-apiserver v0.29 .0 // indirect
162
- k8s.io/apiserver v0.29 .2 // indirect
163
- k8s.io/cli-runtime v0.29 .0 // indirect
164
- k8s.io/component-base v0.29 .2 // indirect
165
- k8s.io/klog/v2 v2.110 .1 // indirect
166
- k8s.io/kube-openapi v0.0.0-20240220201932-37d671a357a5 // indirect
167
- k8s.io/kubectl v0.29 .0 // indirect
168
- oras.land/oras-go v1.2.4 // indirect
161
+ helm.sh/helm/v3 v3.15 .2 // indirect
162
+ k8s.io/apiextensions-apiserver v0.30 .0 // indirect
163
+ k8s.io/apiserver v0.30 .2 // indirect
164
+ k8s.io/cli-runtime v0.30 .0 // indirect
165
+ k8s.io/component-base v0.30 .2 // indirect
166
+ k8s.io/klog/v2 v2.120 .1 // indirect
167
+ k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
168
+ k8s.io/kubectl v0.30 .0 // indirect
169
+ oras.land/oras-go v1.2.5 // indirect
169
170
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
170
171
sigs.k8s.io/kustomize/api v0.16.0 // indirect
171
172
sigs.k8s.io/kustomize/kyaml v0.16.0 // indirect
0 commit comments