Pin the kustomize binary's dependence on kustomize libs.

This commit is contained in:
jregan
2019-09-25 18:09:45 -07:00
parent 810629596a
commit 032b385711
2 changed files with 29 additions and 120 deletions

View File

@@ -6,9 +6,6 @@ require (
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
gopkg.in/inf.v0 v0.9.1 // indirect
sigs.k8s.io/kustomize/v3 v3.2.0
sigs.k8s.io/yaml v1.1.0
)
replace sigs.k8s.io/kustomize/v3 v3.2.0 => ../../kustomize