mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-18 02:01:29 +00:00
Pin the kustomize binary's dependence on kustomize libs.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user