mirror of
https://github.com/kubernetes/client-go.git
synced 2026-07-02 07:00:21 +00:00
Update dependencies to v0.25.5-rc.0 tag
This commit is contained in:
8
go.mod
8
go.mod
@@ -26,8 +26,8 @@ require (
|
||||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
||||
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
|
||||
google.golang.org/protobuf v1.28.0
|
||||
k8s.io/api v0.0.0-20221007075034-e7b469bc3f8e
|
||||
k8s.io/apimachinery v0.0.0-20221007074843-cf171ba0bfc7
|
||||
k8s.io/api v0.25.5-rc.0
|
||||
k8s.io/apimachinery v0.25.5-rc.0
|
||||
k8s.io/klog/v2 v2.70.1
|
||||
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1
|
||||
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed
|
||||
@@ -70,6 +70,6 @@ require (
|
||||
)
|
||||
|
||||
replace (
|
||||
k8s.io/api => k8s.io/api v0.0.0-20221007075034-e7b469bc3f8e
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20221007074843-cf171ba0bfc7
|
||||
k8s.io/api => k8s.io/api v0.25.5-rc.0
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.25.5-rc.0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user