Update module gopkg.in/yaml.v2 to v3 (#4)

Reviewed-on: #4
Co-authored-by: renovate[bot] <renovate@rgst.io>
Co-committed-by: renovate[bot] <renovate@rgst.io>
This commit is contained in:
renovate[bot] 2025-02-28 05:05:32 +00:00 committed by Jared Allard
parent d128cfa7ce
commit 6b2e5526b2
Signed by: git.rgst.io Signing Key
GPG key ID: C969F001BABC0EE1

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
)