1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00

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

This commit is contained in:
chncaption 2023-02-02 22:03:21 +08:00
parent 63feece074
commit 98391bff63
2 changed files with 3 additions and 1 deletions

2
go.mod
View file

@ -35,5 +35,5 @@ require (
golang.org/x/term v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
)