升级 yaml.v2 -> yaml.v3

This commit is contained in:
2022-06-26 16:11:30 +08:00
parent 9d7c4713d0
commit cbac0b676f
3 changed files with 4 additions and 4 deletions

2
go.mod
View File

@@ -5,5 +5,5 @@ go 1.17
require (
github.com/pkg/errors v0.9.1
github.com/spaolacci/murmur3 v1.1.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)