unpin kyaml for cmd/config

This commit is contained in:
Phillip Wittrock
2020-05-13 11:10:26 -07:00
parent 5d7269968a
commit 75cba52f60
2 changed files with 12 additions and 3 deletions

View File

@@ -11,5 +11,16 @@ require (
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.4.0
k8s.io/apimachinery v0.17.0
sigs.k8s.io/kustomize/kyaml v0.1.10
sigs.k8s.io/kustomize/kyaml v0.0.0 // Don't change this!
)
// Don't change this!
//
// This line is managed by the release script -- releasing/releasemodule.sh
// Pinning to a released version of kyaml will invalidate the e2e tests used to
// test kyaml changes as the e2e tests will run against the pinned version, not
// the HEAD.
//
// releasing/releasemodule.sh will remove this line and set the require version
// to the kyaml version specified in releasing/VERSIONS
replace sigs.k8s.io/kustomize/kyaml v0.0.0 => ../../kyaml