Skip to content

Commit 8f6612a

Browse files
committed
clinet go 0.21.1版本
1 parent 6b4756d commit 8f6612a

3 files changed

Lines changed: 354 additions & 9 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ module github.com/harmonycloud/operator-utils
33
go 1.21
44

55
require (
6-
k8s.io/api v0.28.3
7-
k8s.io/apimachinery v0.28.3
8-
k8s.io/client-go v0.28.3
6+
k8s.io/api v0.21.1
7+
k8s.io/apimachinery v0.21.1
8+
k8s.io/client-go v0.21.1
99
k8s.io/klog v1.0.0
1010
k8s.io/klog/v2 v2.100.1
1111
)

0 commit comments

Comments
 (0)