Pin to gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c

This is the last commit in yaml.v3 before

  ae27a74434

which changed the indentation of sequence.

That change has has large downstream impact on tests in the kustomize
repo.  To upgrade beyond this point in yaml.v3 means many changes to
indentation in "expected" values in tests.  That should be done in a
PR dedicated to that purpose, after specific consideration the change.

ALLOW_MODULE_SPAN
This commit is contained in:
jregan
2020-12-28 17:28:01 -08:00
parent d181a73f56
commit f7b2f0c067
33 changed files with 60 additions and 58 deletions

View File

@@ -19,5 +19,5 @@ require (
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5
golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 // indirect
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
)