Update module gopkg.in/yaml.v2 to v3

This commit is contained in:
renovate[bot] 2025-02-28 05:03:17 +00:00
parent d128cfa7ce
commit 4264401fa6

2
go.mod
View file

@ -11,7 +11,7 @@ require (
github.com/planetscale/vtprotobuf v0.6.0
golang.org/x/crypto v0.35.0
google.golang.org/protobuf v1.36.5
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
gopkg.in/yaml.v3 v3.0.1
)