Introduce dummy program to help with API releases.

This commit is contained in:
jregan
2019-10-07 21:21:12 -07:00
committed by Jeffrey Regan
parent c1d20546ec
commit 78d14d0d75
110 changed files with 135 additions and 101 deletions

View File

@@ -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 => ../