mirror of
https://github.com/kubernetes/client-go.git
synced 2026-05-19 06:05:26 +00:00
Update dependencies to v0.26.14 tag
This commit is contained in:
8
go.mod
8
go.mod
@@ -24,8 +24,8 @@ require (
|
||||
golang.org/x/term v0.13.0
|
||||
golang.org/x/time v0.3.0
|
||||
google.golang.org/protobuf v1.31.0
|
||||
k8s.io/api v0.0.0-20231101131752-989015c07cfb
|
||||
k8s.io/apimachinery v0.0.0-20231101131253-6b469b34d9da
|
||||
k8s.io/api v0.26.14
|
||||
k8s.io/apimachinery v0.26.14
|
||||
k8s.io/klog/v2 v2.80.1
|
||||
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280
|
||||
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d
|
||||
@@ -59,6 +59,6 @@ require (
|
||||
)
|
||||
|
||||
replace (
|
||||
k8s.io/api => k8s.io/api v0.0.0-20231101131752-989015c07cfb
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20231101131253-6b469b34d9da
|
||||
k8s.io/api => k8s.io/api v0.26.14
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.26.14
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user