Update dependencies to v0.25.5-rc.0 tag

This commit is contained in:
Kubernetes Publisher
2022-11-10 17:49:30 +00:00
parent 166ab05d11
commit 1fdabecfdb
2 changed files with 8 additions and 8 deletions

8
go.mod
View File

@@ -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
)