From bec089d9c82eadfbd3e772395b1581709bc2055a Mon Sep 17 00:00:00 2001 From: Matt Moore Date: Fri, 4 Sep 2020 10:53:50 -0700 Subject: [PATCH] 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! --- go.mod | 2 +- vendor/modules.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 35dd7a22..d38dbce3 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/vendor/modules.txt b/vendor/modules.txt index 0c972f3d..91981f80 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -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