Skip to content

Commit f608c1f

Browse files
fix(deps): update kubernetes packages to v0.34.0
1 parent b8016f5 commit f608c1f

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
@@ -7,9 +7,9 @@ toolchain go1.23.2
77
require (
88
github.com/jellydator/ttlcache/v3 v3.3.0
99
github.com/samber/lo v1.47.0
10-
k8s.io/api v0.32.0
11-
k8s.io/apimachinery v0.32.0
12-
k8s.io/client-go v0.32.0
10+
k8s.io/api v0.34.0
11+
k8s.io/apimachinery v0.34.0
12+
k8s.io/client-go v0.34.0
1313
k8s.io/klog/v2 v2.130.1
1414
)
1515

0 commit comments

Comments
 (0)