Skip to content

Commit 262f92f

Browse files
fix(deps): update kubernetes packages to v0.33.1
1 parent 5359d6f commit 262f92f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ require (
1818
golang.org/x/sys v0.33.0
1919
google.golang.org/grpc v1.72.1
2020
gopkg.in/yaml.v3 v3.0.1
21-
k8s.io/api v0.32.4
22-
k8s.io/apiextensions-apiserver v0.32.3
23-
k8s.io/apimachinery v0.32.4
24-
k8s.io/client-go v0.32.4
21+
k8s.io/api v0.33.1
22+
k8s.io/apiextensions-apiserver v0.33.1
23+
k8s.io/apimachinery v0.33.1
24+
k8s.io/client-go v0.33.1
2525
k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979
2626
sigs.k8s.io/controller-runtime v0.21.0
2727
)

0 commit comments

Comments
 (0)