Fix k8s.io/cli-runtime "require" (#189)

The "require" is behind the version in "replace", and since cli-runtime references the package mentioned in the errors we are seeing, rule this out as a source!
This commit is contained in:
Matt Moore
2020-09-04 10:53:50 -07:00
committed by GitHub
parent 1e05e91f92
commit bec089d9c8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ require (
gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
gotest.tools/v3 v3.0.2 // indirect
k8s.io/apimachinery v0.18.8
k8s.io/cli-runtime v0.17.1
k8s.io/cli-runtime v0.18.8
sigs.k8s.io/kind v0.8.1
)
+1 -1
View File
@@ -350,7 +350,7 @@ k8s.io/apimachinery/pkg/version
k8s.io/apimachinery/pkg/watch
k8s.io/apimachinery/third_party/forked/golang/json
k8s.io/apimachinery/third_party/forked/golang/reflect
# k8s.io/cli-runtime v0.17.1 => k8s.io/cli-runtime v0.18.8
# k8s.io/cli-runtime v0.18.8 => k8s.io/cli-runtime v0.18.8
## explicit
k8s.io/cli-runtime/pkg/genericclioptions
k8s.io/cli-runtime/pkg/kustomize