Update go.mod to point to most recent version of k8s.io/kubectl

This commit is contained in:
Sean Sullivan
2019-12-19 11:20:12 -08:00
parent 7e56c2c768
commit 49f17586ca
2 changed files with 13 additions and 5 deletions

View File

@@ -6,7 +6,8 @@ require (
github.com/spf13/cobra v0.0.5
k8s.io/cli-runtime v0.17.0
k8s.io/client-go v0.17.0
k8s.io/kubectl v0.17.0
k8s.io/component-base v0.17.0 // indirect
k8s.io/kubectl v0.0.0-20191219154910-1528d4eea6dd
sigs.k8s.io/kustomize/kyaml v0.0.0
)