Reduce size of pgmconfig package

This commit is contained in:
Jeffrey Regan
2019-10-02 16:27:13 -07:00
committed by jregan
parent 14b0a65091
commit baa0296a12
53 changed files with 498 additions and 285 deletions

View File

@@ -11,7 +11,7 @@ require (
sigs.k8s.io/yaml v1.1.0
)
// Temporarily drop this replacement, and select a specific
// version of sig.k8s.io/kustomize (the API module) before
// tagging and releasing this module (the kustomize CLI).
replace sigs.k8s.io/kustomize/v3 v3.2.0 => ../../kustomize
// 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 => ../