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 commit3057692998, reversing changes made to85998abbe8.
This commit is contained in:
6
go.mod
6
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user