Skip to content

Commit

Permalink
Fix k8s.io/cli-runtime "require" (#189)
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
mattmoor authored Sep 4, 2020
1 parent 1e05e91 commit bec089d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bec089d

Please sign in to comment.