mirror of
https://github.com/kubernetes/client-go.git
synced 2026-01-29 21:38:35 +00:00
Merge pull request #92201 from cici37/features
Remove dependency pkg/features from CCM Kubernetes-commit: a1441b2d52202c2fb9d4a8d0ffb02eb3f80383b4
This commit is contained in:
9
go.mod
9
go.mod
@@ -26,15 +26,14 @@ require (
|
||||
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
||||
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
|
||||
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
|
||||
k8s.io/api v0.0.0
|
||||
k8s.io/apimachinery v0.0.0
|
||||
k8s.io/api v0.0.0-20201005155906-2c3c141c931c
|
||||
k8s.io/apimachinery v0.0.0-20201006035708-d4f471b82f0a
|
||||
k8s.io/klog/v2 v2.2.0
|
||||
k8s.io/utils v0.0.0-20200729134348-d5654de09c73
|
||||
sigs.k8s.io/yaml v1.2.0
|
||||
)
|
||||
|
||||
replace (
|
||||
k8s.io/api => ../api
|
||||
k8s.io/apimachinery => ../apimachinery
|
||||
k8s.io/client-go => ../client-go
|
||||
k8s.io/api => k8s.io/api v0.0.0-20201005155906-2c3c141c931c
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20201006035708-d4f471b82f0a
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user