mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-01 18:30:15 +00:00
Introduce dummy program to help with API releases.
This commit is contained in:
@@ -6,12 +6,8 @@ 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/kustomize/v3 v3.3.0
|
||||
sigs.k8s.io/yaml v1.1.0
|
||||
)
|
||||
|
||||
// When tagging and releasing this module (the kustomize CLI),
|
||||
// be sure to require a specific version of sig.k8s.io/kustomize
|
||||
// above, and drop the following replace directive.
|
||||
replace sigs.k8s.io/kustomize/v3 v3.2.0 => ../
|
||||
replace sigs.k8s.io/kustomize/v3 v3.3.0 => ../
|
||||
|
||||
Reference in New Issue
Block a user