Skip to content

Commit f496ddf

Browse files
fix(deps): update kubernetes packages to v0.33.2
1 parent dff447a commit f496ddf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ require (
2525
google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697
2626
gopkg.in/yaml.v2 v2.4.0
2727
gotest.tools v2.2.0+incompatible
28-
k8s.io/api v0.24.0
29-
k8s.io/apimachinery v0.24.0
30-
k8s.io/client-go v0.24.0
28+
k8s.io/api v0.33.2
29+
k8s.io/apimachinery v0.33.2
30+
k8s.io/client-go v0.33.2
3131
sigs.k8s.io/controller-runtime v0.12.1
3232
)
3333

0 commit comments

Comments
 (0)