Skip to content

Commit 1b3cce5

Browse files
Update kubernetes packages to v0.33.1
1 parent 51e5deb commit 1b3cce5

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
@@ -13,9 +13,9 @@ require (
1313
github.com/spf13/viper v1.20.1
1414
gomodules.xyz/jsonpatch/v2 v2.5.0
1515
gopkg.in/yaml.v3 v3.0.1
16-
k8s.io/api v0.32.4
17-
k8s.io/apimachinery v0.32.4
18-
k8s.io/client-go v0.32.4
16+
k8s.io/api v0.33.1
17+
k8s.io/apimachinery v0.33.1
18+
k8s.io/client-go v0.33.1
1919
k8s.io/klog/v2 v2.130.1
2020
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
2121
)

0 commit comments

Comments
 (0)