Skip to content

Commit 4c119c6

Browse files
fix(deps): update kubernetes packages to v0.33.3
1 parent 8d52661 commit 4c119c6

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
@@ -9,9 +9,9 @@ require darvaza.org/core v0.16.0
99
require (
1010
github.com/spf13/cobra v1.8.1
1111
github.com/spf13/pflag v1.0.5
12-
k8s.io/apimachinery v0.32.1
13-
k8s.io/cloud-provider v0.32.1
14-
k8s.io/component-base v0.32.1
12+
k8s.io/apimachinery v0.33.3
13+
k8s.io/cloud-provider v0.33.3
14+
k8s.io/component-base v0.33.3
1515
k8s.io/klog/v2 v2.130.1
1616
)
1717

0 commit comments

Comments
 (0)