File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ go 1.23.0
4
4
5
5
require (
6
6
github.com/onsi/gomega v1.36.2
7
- k8s.io/api v0.32.6
8
- k8s.io/apimachinery v0.32.6
7
+ k8s.io/api v0.34.0
8
+ k8s.io/apimachinery v0.34.0
9
9
k8s.io/klog/v2 v2.130.1
10
10
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
11
11
)
Original file line number Diff line number Diff line change @@ -7,17 +7,17 @@ replace github.com/pingcap/tidb-operator/api/v2 => ./api
7
7
// All dependencies related with k8s
8
8
// Carefully upgrade them
9
9
require (
10
- k8s.io/api v0.32.6
11
- k8s.io/apiextensions-apiserver v0.32.6
12
- k8s.io/apimachinery v0.32.6
13
- k8s.io/cli-runtime v0.32.6
14
- k8s.io/client-go v0.32.6
15
- k8s.io/code-generator v0.32.6
16
- k8s.io/component-base v0.32.6
10
+ k8s.io/api v0.34.0
11
+ k8s.io/apiextensions-apiserver v0.34.0
12
+ k8s.io/apimachinery v0.34.0
13
+ k8s.io/cli-runtime v0.34.0
14
+ k8s.io/client-go v0.34.0
15
+ k8s.io/code-generator v0.34.0
16
+ k8s.io/component-base v0.34.0
17
17
k8s.io/gengo/v2 v2.0.0-20250207200755-1244d31929d7
18
18
k8s.io/klog/v2 v2.130.1
19
19
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff
20
- k8s.io/kubectl v0.32.6
20
+ k8s.io/kubectl v0.34.0
21
21
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
22
22
sigs.k8s.io/controller-runtime v0.20.4
23
23
sigs.k8s.io/controller-tools v0.16.1
You can’t perform that action at this time.
0 commit comments