mirror of
https://github.com/kubernetes/client-go.git
synced 2026-06-19 08:15:24 +00:00
Update dependencies to v0.23.11-rc.0 tag
This commit is contained in:
8
go.mod
8
go.mod
@@ -30,8 +30,8 @@ require (
|
||||
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
|
||||
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
|
||||
google.golang.org/protobuf v1.27.1
|
||||
k8s.io/api v0.0.0-20220331200636-27e5860b52b6
|
||||
k8s.io/apimachinery v0.0.0-20220124172104-276a8a7530a3
|
||||
k8s.io/api v0.23.11-rc.0
|
||||
k8s.io/apimachinery v0.23.11-rc.0
|
||||
k8s.io/klog/v2 v2.30.0
|
||||
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65
|
||||
k8s.io/utils v0.0.0-20211116205334-6203023598ed
|
||||
@@ -40,6 +40,6 @@ require (
|
||||
)
|
||||
|
||||
replace (
|
||||
k8s.io/api => k8s.io/api v0.0.0-20220331200636-27e5860b52b6
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20220124172104-276a8a7530a3
|
||||
k8s.io/api => k8s.io/api v0.23.11-rc.0
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.23.11-rc.0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user