Upgrade to gopkg.in/yaml.v2 v2.3.0

This commit is contained in:
jregan
2020-06-30 17:22:27 -07:00
parent a689e0c2b4
commit 66bcf84682
37 changed files with 69 additions and 14 deletions

View File

@@ -16,6 +16,6 @@ require (
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect
gopkg.in/yaml.v2 v2.2.7
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20191120175047-4206685974f2
)