@@ -14,10 +14,10 @@ require (
14
14
github.com/pkg/errors v0.9.1
15
15
github.com/stretchr/testify v1.10.0
16
16
gotest.tools/v3 v3.5.1
17
- k8s.io/api v0.32.2
18
- k8s.io/apiextensions-apiserver v0.32.2
19
- k8s.io/apimachinery v0.32.2
20
- k8s.io/client-go v0.32.2
17
+ k8s.io/api v0.33.0
18
+ k8s.io/apiextensions-apiserver v0.33.0
19
+ k8s.io/apimachinery v0.33.0
20
+ k8s.io/client-go v0.33.0
21
21
k8s.io/klog/v2 v2.130.1
22
22
ocm.software/ocm v0.17.0
23
23
sigs.k8s.io/controller-runtime v0.20.2
@@ -142,7 +142,7 @@ require (
142
142
github.com/gobwas/glob v0.2.3 // indirect
143
143
github.com/goccy/go-json v0.10.3 // indirect
144
144
github.com/goccy/go-yaml v1.12.0 // indirect
145
- github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
145
+ github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
146
146
github.com/golang/snappy v0.0.4 // indirect
147
147
github.com/google/btree v1.1.3 // indirect
148
148
github.com/google/certificate-transparency-go v1.2.1 // indirect
@@ -153,10 +153,10 @@ require (
153
153
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
154
154
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
155
155
github.com/gorilla/mux v1.8.1 // indirect
156
- github.com/gorilla/websocket v1.5.3 // indirect
156
+ github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
157
157
github.com/gowebpki/jcs v1.0.1 // indirect
158
158
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
159
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.22 .0 // indirect
159
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.24 .0 // indirect
160
160
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
161
161
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
162
162
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
@@ -249,35 +249,37 @@ require (
249
249
github.com/zeebo/errs v1.4.0 // indirect
250
250
go.mongodb.org/mongo-driver v1.17.1 // indirect
251
251
go.opencensus.io v0.24.0 // indirect
252
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 // indirect
253
- go.opentelemetry.io/otel v1.31.0 // indirect
252
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
253
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
254
+ go.opentelemetry.io/otel v1.33.0 // indirect
254
255
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.31.0 // indirect
255
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31 .0 // indirect
256
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31 .0 // indirect
257
- go.opentelemetry.io/otel/metric v1.31 .0 // indirect
258
- go.opentelemetry.io/otel/sdk v1.31 .0 // indirect
256
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33 .0 // indirect
257
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.33 .0 // indirect
258
+ go.opentelemetry.io/otel/metric v1.33 .0 // indirect
259
+ go.opentelemetry.io/otel/sdk v1.33 .0 // indirect
259
260
go.opentelemetry.io/otel/sdk/metric v1.31.0 // indirect
260
- go.opentelemetry.io/otel/trace v1.31 .0 // indirect
261
- go.opentelemetry.io/proto/otlp v1.3.1 // indirect
261
+ go.opentelemetry.io/otel/trace v1.33 .0 // indirect
262
+ go.opentelemetry.io/proto/otlp v1.4.0 // indirect
262
263
go.step.sm/crypto v0.54.0 // indirect
263
- golang.org/x/crypto v0.33 .0 // indirect
264
+ golang.org/x/crypto v0.36 .0 // indirect
264
265
golang.org/x/mod v0.21.0 // indirect
265
266
golang.org/x/tools v0.26.0 // indirect
266
267
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
267
268
google.golang.org/api v0.200.0 // indirect
268
- google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
269
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
270
- google.golang.org/grpc v1.67 .1 // indirect
269
+ google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
270
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
271
+ google.golang.org/grpc v1.68 .1 // indirect
271
272
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
272
273
gopkg.in/ini.v1 v1.67.0 // indirect
273
274
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 // indirect
274
275
helm.sh/helm/v3 v3.16.2 // indirect
275
276
k8s.io/cli-runtime v0.31.1 // indirect
276
- k8s.io/component-base v0.32.2 // indirect
277
+ k8s.io/component-base v0.33.0 // indirect
277
278
oras.land/oras-go v1.2.6 // indirect
278
279
sigs.k8s.io/controller-tools v0.14.0 // indirect
279
280
sigs.k8s.io/kustomize/api v0.18.0 // indirect
280
281
sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
282
+ sigs.k8s.io/randfill v1.0.0 // indirect
281
283
sigs.k8s.io/release-utils v0.8.5 // indirect
282
284
)
283
285
@@ -299,15 +301,13 @@ require (
299
301
github.com/go-openapi/swag v0.23.0 // indirect
300
302
github.com/gogo/protobuf v1.3.2 // indirect
301
303
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
302
- github.com/golang/protobuf v1.5.4 // indirect
303
304
github.com/google/gnostic-models v0.6.9 // indirect
304
- github.com/google/go-cmp v0.6 .0
305
+ github.com/google/go-cmp v0.7 .0
305
306
github.com/google/go-containerregistry v0.20.2 // indirect
306
- github.com/google/gofuzz v1.2.0 // indirect
307
307
github.com/google/uuid v1.6.0 // indirect
308
308
github.com/josharian/intern v1.0.0 // indirect
309
309
github.com/json-iterator/go v1.1.12 // indirect
310
- github.com/klauspost/compress v1.17.11 // indirect
310
+ github.com/klauspost/compress v1.18.0 // indirect
311
311
github.com/mailru/easyjson v0.9.0 // indirect
312
312
github.com/moby/spdystream v0.5.0 // indirect
313
313
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -316,7 +316,7 @@ require (
316
316
github.com/opencontainers/go-digest v1.0.0 // indirect
317
317
github.com/opencontainers/image-spec v1.1.0 // indirect
318
318
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
319
- github.com/prometheus/client_golang v1.20.5 // indirect
319
+ github.com/prometheus/client_golang v1.22.0 // indirect
320
320
github.com/prometheus/client_model v0.6.1 // indirect
321
321
github.com/prometheus/common v0.62.0 // indirect
322
322
github.com/prometheus/procfs v0.15.1 // indirect
@@ -328,21 +328,21 @@ require (
328
328
go.uber.org/multierr v1.11.0 // indirect
329
329
go.uber.org/zap v1.27.0 // indirect
330
330
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
331
- golang.org/x/net v0.35 .0
332
- golang.org/x/oauth2 v0.26 .0 // indirect
333
- golang.org/x/sync v0.11 .0 // indirect
334
- golang.org/x/sys v0.30 .0 // indirect
335
- golang.org/x/term v0.29 .0 // indirect
336
- golang.org/x/text v0.22 .0
331
+ golang.org/x/net v0.38 .0
332
+ golang.org/x/oauth2 v0.27 .0 // indirect
333
+ golang.org/x/sync v0.12 .0 // indirect
334
+ golang.org/x/sys v0.31 .0 // indirect
335
+ golang.org/x/term v0.30 .0 // indirect
336
+ golang.org/x/text v0.23 .0
337
337
golang.org/x/time v0.10.0 // indirect
338
338
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
339
339
google.golang.org/protobuf v1.36.5 // indirect
340
340
gopkg.in/inf.v0 v0.9.1 // indirect
341
341
gopkg.in/yaml.v2 v2.4.0 // indirect
342
342
gopkg.in/yaml.v3 v3.0.1 // indirect
343
- k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
343
+ k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
344
344
k8s.io/utils v0.0.0-20241210054802-24370beab758
345
345
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
346
- sigs.k8s.io/structured-merge-diff/v4 v4.5 .0 // indirect
346
+ sigs.k8s.io/structured-merge-diff/v4 v4.6 .0 // indirect
347
347
sigs.k8s.io/yaml v1.4.0 // indirect
348
348
)
0 commit comments