Skip to content

Commit cbb9732

Browse files
fix(deps): update kubernetes packages to v0.33.3
1 parent bfd8651 commit cbb9732

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
@@ -23,9 +23,9 @@ require (
2323
google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697
2424
gopkg.in/yaml.v2 v2.4.0
2525
gotest.tools v2.2.0+incompatible
26-
k8s.io/api v0.31.0
27-
k8s.io/apimachinery v0.31.0
28-
k8s.io/client-go v0.31.0
26+
k8s.io/api v0.33.3
27+
k8s.io/apimachinery v0.33.3
28+
k8s.io/client-go v0.33.3
2929
sigs.k8s.io/controller-runtime v0.19.0
3030
)
3131

0 commit comments

Comments
 (0)