Skip to content

Commit edf6266

Browse files
fix(deps): update kubernetes packages to v0.33.4
1 parent 6267742 commit edf6266

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
@@ -34,10 +34,10 @@ require (
3434
gopkg.in/go-playground/validator.v9 v9.31.0
3535
gopkg.in/yaml.v2 v2.4.0
3636
gopkg.in/yaml.v3 v3.0.1
37-
k8s.io/api v0.32.1
38-
k8s.io/apimachinery v0.32.1
39-
k8s.io/client-go v0.32.1
40-
k8s.io/component-base v0.32.1
37+
k8s.io/api v0.33.4
38+
k8s.io/apimachinery v0.33.4
39+
k8s.io/client-go v0.33.4
40+
k8s.io/component-base v0.33.4
4141
k8s.io/utils v0.0.0-20241210054802-24370beab758
4242
sigs.k8s.io/controller-runtime v0.19.4
4343
sigs.k8s.io/yaml v1.4.0

0 commit comments

Comments
 (0)