@@ -53,45 +53,45 @@ require (
53
53
go.uber.org/goleak v1.3.0
54
54
go.uber.org/zap v1.27.0
55
55
google.golang.org/api v0.243.0
56
- k8s.io/api v0.33.3
57
- k8s.io/apiextensions-apiserver v0.33.3
58
- k8s.io/apimachinery v0.33.3
59
- k8s.io/client-go v0.33.3
60
- k8s.io/component-base v0.33.3
56
+ k8s.io/api v0.34.1
57
+ k8s.io/apiextensions-apiserver v0.34.1
58
+ k8s.io/apimachinery v0.34.1
59
+ k8s.io/client-go v0.34.1
60
+ k8s.io/component-base v0.34.1
61
61
sigs.k8s.io/controller-runtime v0.21.0
62
62
sigs.k8s.io/e2e-framework v0.6.0
63
63
sigs.k8s.io/gateway-api v1.3.0
64
- sigs.k8s.io/kustomize/api v0.20.0
64
+ sigs.k8s.io/kustomize/api v0.20.1
65
65
sigs.k8s.io/kustomize/kyaml v0.20.1
66
66
sigs.k8s.io/yaml v1.6.0
67
67
)
68
68
69
69
require (
70
- cel.dev/expr v0.23 .0 // indirect
70
+ cel.dev/expr v0.24 .0 // indirect
71
71
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
72
- github.com/carapace-sh/carapace-shlex v1.0.1 // indirect
73
72
github.com/containerd/errdefs v1.0.0 // indirect
74
73
github.com/containerd/errdefs/pkg v0.3.0 // indirect
75
74
github.com/ebitengine/purego v0.8.2 // indirect
76
75
github.com/ericlagergren/decimal v0.0.0-20240411145413-00de7ca16731 // indirect
77
- github.com/fsnotify/fsnotify v1.8 .0 // indirect
78
- github.com/google/cel-go v0.23.2 // indirect
79
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 // indirect
76
+ github.com/fsnotify/fsnotify v1.9 .0 // indirect
77
+ github.com/google/cel-go v0.26.0 // indirect
78
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
80
79
github.com/moby/go-archive v0.1.0 // indirect
81
80
github.com/moby/sys/atomicwriter v0.1.0 // indirect
82
81
github.com/shirou/gopsutil/v4 v4.25.1 // indirect
83
82
github.com/stoewer/go-strcase v1.3.0 // indirect
84
83
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
85
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33 .0 // indirect
86
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.33 .0 // indirect
84
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34 .0 // indirect
85
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34 .0 // indirect
87
86
go.opentelemetry.io/otel/sdk v1.36.0 // indirect
88
- go.opentelemetry.io/proto/otlp v1.4 .0 // indirect
87
+ go.opentelemetry.io/proto/otlp v1.5 .0 // indirect
89
88
go.yaml.in/yaml/v2 v2.4.2 // indirect
90
- go.yaml.in/yaml/v3 v3.0.3 // indirect
91
- k8s.io/apiserver v0.33.3 // indirect
92
- k8s.io/component-helpers v0.33.3 // indirect
89
+ go.yaml.in/yaml/v3 v3.0.4 // indirect
90
+ k8s.io/apiserver v0.34.1 // indirect
91
+ k8s.io/component-helpers v0.34.1 // indirect
93
92
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 // indirect
94
93
sigs.k8s.io/randfill v1.0.0 // indirect
94
+ sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
95
95
)
96
96
97
97
require (
@@ -120,13 +120,13 @@ require (
120
120
github.com/docker/docker v28.3.3+incompatible
121
121
github.com/docker/go-connections v0.5.0
122
122
github.com/docker/go-units v0.5.0 // indirect
123
- github.com/emicklei/go-restful/v3 v3.12.0 // indirect
123
+ github.com/emicklei/go-restful/v3 v3.12.2 // indirect
124
124
github.com/evanphx/json-patch/v5 v5.9.11
125
125
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
126
126
github.com/fatih/camelcase v1.0.0 // indirect
127
127
github.com/fatih/color v1.18.0 // indirect
128
128
github.com/felixge/httpsnoop v1.0.4 // indirect
129
- github.com/fxamacker/cbor/v2 v2.7 .0 // indirect
129
+ github.com/fxamacker/cbor/v2 v2.9 .0 // indirect
130
130
github.com/gammazero/deque v0.2.0 // indirect
131
131
github.com/gammazero/workerpool v1.1.3 // indirect
132
132
github.com/go-errors/errors v1.4.2 // indirect
@@ -138,7 +138,7 @@ require (
138
138
github.com/gogo/protobuf v1.3.2 // indirect
139
139
github.com/golang/protobuf v1.5.4 // indirect
140
140
github.com/google/btree v1.1.3 // indirect
141
- github.com/google/gnostic-models v0.6.9 // indirect
141
+ github.com/google/gnostic-models v0.7.0 // indirect
142
142
github.com/google/go-github/v48 v48.2.0 // indirect
143
143
github.com/google/go-querystring v1.1.0 // indirect
144
144
github.com/google/s2a-go v0.1.9 // indirect
@@ -177,7 +177,7 @@ require (
177
177
github.com/moby/sys/userns v0.1.0 // indirect
178
178
github.com/moby/term v0.5.0 // indirect
179
179
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
180
- github.com/modern-go/reflect2 v1.0.2 // indirect
180
+ github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
181
181
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
182
182
github.com/morikuni/aec v1.0.0 // indirect
183
183
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
@@ -238,12 +238,12 @@ require (
238
238
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
239
239
gopkg.in/inf.v0 v0.9.1 // indirect
240
240
gopkg.in/yaml.v3 v3.0.1 // indirect
241
- k8s.io/cli-runtime v0.33.3
241
+ k8s.io/cli-runtime v0.34.1
242
242
k8s.io/klog/v2 v2.130.1 // indirect
243
- k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
244
- k8s.io/kubectl v0.33.3
245
- k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
246
- sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
243
+ k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
244
+ k8s.io/kubectl v0.34.1
245
+ k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
246
+ sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
247
247
sigs.k8s.io/kind v0.24.0 // indirect
248
248
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
249
249
)
0 commit comments