1
0
mirror of https://github.com/rancher/cli.git synced 2026-02-05 09:48:36 +01:00

Revert "Merge pull request #297 from rmweir/kubeconfig-cache-2"

This reverts commit 3057692998, reversing
changes made to 85998abbe8.
This commit is contained in:
rmweir
2021-01-25 10:26:46 -07:00
parent 3057692998
commit f3a38aea7f
532 changed files with 42 additions and 162267 deletions

6
go.mod
View File

@@ -2,10 +2,7 @@ module github.com/rancher/cli
go 1.13
replace (
k8s.io/apimachinery => k8s.io/apimachinery v0.17.2
k8s.io/client-go => k8s.io/client-go v0.17.2
)
replace k8s.io/client-go => k8s.io/client-go v0.17.2
require (
github.com/c-bata/go-prompt v0.0.0-20180219161504-f329ebd2409d
@@ -27,5 +24,4 @@ require (
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
gopkg.in/yaml.v2 v2.2.8
k8s.io/client-go v12.0.0+incompatible
)