mirror of
https://github.com/ko-build/ko.git
synced 2026-06-18 20:14:08 +02:00
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:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user