File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ require (
2727 github.com/spf13/pflag v1.0.6
2828 golang.org/x/sync v0.14.0
2929 google.golang.org/grpc v1.72.0
30- k8s.io/api v0.32.3
31- k8s.io/apimachinery v0.32.3
30+ k8s.io/api v0.33.0
31+ k8s.io/apimachinery v0.33.0
3232 k8s.io/client-go v0.32.3
3333 k8s.io/kubectl v0.32.3
3434 k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e
@@ -76,7 +76,6 @@ require (
7676 github.com/google/btree v1.1.3 // indirect
7777 github.com/google/gnostic-models v0.6.9 // indirect
7878 github.com/google/go-cmp v0.7.0 // indirect
79- github.com/google/gofuzz v1.2.0 // indirect
8079 github.com/google/pprof v0.0.0-20250418163039-24c5476c6587 // indirect
8180 github.com/gorilla/mux v1.8.1 // indirect
8281 github.com/gorilla/websocket v1.5.3 // indirect
Original file line number Diff line number Diff line change @@ -416,12 +416,12 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
416416gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
417417gotest.tools/v3 v3.5.1 h1:EENdUnS3pdur5nybKYIh2Vfgc8IUNBjxDPSjtiJcOzU =
418418gotest.tools/v3 v3.5.1 /go.mod h1:isy3WKz7GK6uNw/sbHzfKBLvlvXwUyV06n6brMxxopU =
419- k8s.io/api v0.32.3 h1:Hw7KqxRusq+6QSplE3NYG4MBxZw1BZnq4aP4cJVINls =
420- k8s.io/api v0.32.3 /go.mod h1:2wEDTXADtm/HA7CCMD8D8bK4yuBUptzaRhYcYEEYA3k =
419+ k8s.io/api v0.33.0 h1:yTgZVn1XEe6opVpP1FylmNrIFWuDqe2H0V8CT5gxfIU =
420+ k8s.io/api v0.33.0 /go.mod h1:CTO61ECK/KU7haa3qq8sarQ0biLq2ju405IZAd9zsiM =
421421k8s.io/apiextensions-apiserver v0.32.3 h1:4D8vy+9GWerlErCwVIbcQjsWunF9SUGNu7O7hiQTyPY =
422422k8s.io/apiextensions-apiserver v0.32.3 /go.mod h1:8YwcvVRMVzw0r1Stc7XfGAzB/SIVLunqApySV5V7Dss =
423- k8s.io/apimachinery v0.32.3 h1:JmDuDarhDmA/Li7j3aPrwhpNBA94Nvk5zLeOge9HH1U =
424- k8s.io/apimachinery v0.32.3 /go.mod h1:GpHVgxoKlTxClKcteaeuF1Ul/lDVb74KpZcxcmLDElE =
423+ k8s.io/apimachinery v0.33.0 h1:1a6kHrJxb2hs4t8EE5wuR/WxKDwGN1FKH3JvDtA0CIQ =
424+ k8s.io/apimachinery v0.33.0 /go.mod h1:BHW0YOu7n22fFv/JkYOEfkUYNRN0fj0BlvMFWA7b+SM =
425425k8s.io/apiserver v0.32.3 h1:kOw2KBuHOA+wetX1MkmrxgBr648ksz653j26ESuWNY8 =
426426k8s.io/apiserver v0.32.3 /go.mod h1:q1x9B8E/WzShF49wh3ADOh6muSfpmFL0I2t+TG0Zdgc =
427427k8s.io/cli-runtime v0.32.3 h1:khLF2ivU2T6Q77H97atx3REY9tXiA3OLOjWJxUrdvss =
You can’t perform that action at this time.
0 commit comments