@@ -31,14 +31,14 @@ require (
31
31
golang.org/x/sync v0.16.0
32
32
golang.org/x/tools v0.36.0
33
33
gopkg.in/yaml.v2 v2.4.0
34
- helm.sh/helm/v3 v3.18.4
35
- k8s.io/api v0.33.2
36
- k8s.io/apiextensions-apiserver v0.33.2
37
- k8s.io/apimachinery v0.33.2
38
- k8s.io/apiserver v0.33.2
39
- k8s.io/cli-runtime v0.33.2
40
- k8s.io/client-go v0.33.2
41
- k8s.io/component-base v0.33.2
34
+ helm.sh/helm/v3 v3.18.5
35
+ k8s.io/api v0.33.3
36
+ k8s.io/apiextensions-apiserver v0.33.3
37
+ k8s.io/apimachinery v0.33.3
38
+ k8s.io/apiserver v0.33.3
39
+ k8s.io/cli-runtime v0.33.3
40
+ k8s.io/client-go v0.33.3
41
+ k8s.io/component-base v0.33.3
42
42
k8s.io/klog/v2 v2.130.1
43
43
k8s.io/kubernetes v1.33.2
44
44
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
@@ -182,6 +182,7 @@ require (
182
182
github.com/rivo/uniseg v0.4.7 // indirect
183
183
github.com/rubenv/sql-migrate v1.8.0 // indirect
184
184
github.com/russross/blackfriday/v2 v2.1.0 // indirect
185
+ github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
185
186
github.com/secure-systems-lab/go-securesystemslib v0.9.0 // indirect
186
187
github.com/shopspring/decimal v1.4.0 // indirect
187
188
github.com/sigstore/fulcio v1.7.1 // indirect
@@ -190,7 +191,7 @@ require (
190
191
github.com/sirupsen/logrus v1.9.3 // indirect
191
192
github.com/smallstep/pkcs7 v0.2.1 // indirect
192
193
github.com/spf13/cast v1.7.1 // indirect
193
- github.com/spf13/pflag v1.0.6 // indirect
194
+ github.com/spf13/pflag v1.0.7 // indirect
194
195
github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 // indirect
195
196
github.com/stoewer/go-strcase v1.3.1 // indirect
196
197
github.com/stretchr/objx v0.5.2 // indirect
@@ -199,9 +200,6 @@ require (
199
200
github.com/vbatts/tar-split v0.12.1 // indirect
200
201
github.com/vbauerster/mpb/v8 v8.10.2 // indirect
201
202
github.com/x448/float16 v0.8.4 // indirect
202
- github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
203
- github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
204
- github.com/xeipuuv/gojsonschema v1.2.0 // indirect
205
203
github.com/xlab/treeprint v1.2.0 // indirect
206
204
go.etcd.io/bbolt v1.4.2 // indirect
207
205
go.opencensus.io v0.24.0 // indirect
@@ -235,7 +233,7 @@ require (
235
233
gopkg.in/warnings.v0 v0.1.2 // indirect
236
234
gopkg.in/yaml.v3 v3.0.1 // indirect
237
235
k8s.io/controller-manager v0.33.2 // indirect
238
- k8s.io/kubectl v0.33.2 // indirect
236
+ k8s.io/kubectl v0.33.3 // indirect
239
237
oras.land/oras-go/v2 v2.6.0 // indirect
240
238
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.33.0 // indirect
241
239
sigs.k8s.io/gateway-api v1.1.0 // indirect
0 commit comments