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

Reviewed-on: #3
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 04:37:18 +00:00 committed by Jared Allard
parent 6a16789886
commit 3f6b9cd2af
Signed by: git.rgst.io Signing Key
GPG key ID: C969F001BABC0EE1
2 changed files with 2 additions and 0 deletions

1
go.mod
View file

@ -12,6 +12,7 @@ require (
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
)
require (

1
go.sum
View file

@ -47,3 +47,4 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=