We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70d5ed commit 56829f5Copy full SHA for 56829f5
1 file changed
go.mod
@@ -11,11 +11,11 @@ require (
11
github.com/stretchr/testify v1.11.1
12
github.com/syself/hrobot-go v0.2.7
13
golang.org/x/time v0.14.0
14
- k8s.io/api v0.34.3
15
- k8s.io/apimachinery v0.34.3
16
- k8s.io/client-go v0.34.3
17
- k8s.io/cloud-provider v0.34.3
18
- k8s.io/component-base v0.34.3
+ k8s.io/api v0.35.0
+ k8s.io/apimachinery v0.35.0
+ k8s.io/client-go v0.35.0
+ k8s.io/cloud-provider v0.35.0
+ k8s.io/component-base v0.35.0
19
k8s.io/klog/v2 v2.130.1
20
)
21
0 commit comments