Skip to content

Commit 0804f2c

Browse files
fix(deps): update kubernetes packages to v0.33.0
1 parent 1f56d04 commit 0804f2c

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
@@ -5,9 +5,9 @@ go 1.23.0
55
require (
66
github.com/cert-manager/cert-manager v1.16.3
77
github.com/exoscale/egoscale/v3 v3.1.15
8-
k8s.io/api v0.31.1
9-
k8s.io/apimachinery v0.31.1
10-
k8s.io/client-go v0.31.1
8+
k8s.io/api v0.33.0
9+
k8s.io/apimachinery v0.33.0
10+
k8s.io/client-go v0.33.0
1111
k8s.io/klog/v2 v2.130.1
1212
)
1313

0 commit comments

Comments
 (0)