Chore: upgrade to yaml v3

This commit is contained in:
Dreamacro
2022-05-26 17:47:05 +08:00
parent 7f41f94fff
commit 9d2fc976e2
6 changed files with 8 additions and 14 deletions

View File

@ -45,7 +45,6 @@ require (
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
gotest.tools/v3 v3.1.0 // indirect
)