diff --git a/cmd/godot/main.go b/cmd/godot/main.go index a900b5a..e81477c 100644 --- a/cmd/godot/main.go +++ b/cmd/godot/main.go @@ -12,7 +12,7 @@ import ( "strings" "github.com/tetafro/godot" - yaml "gopkg.in/yaml.v2" + "go.yaml.in/yaml/v3" ) // version is the application version. It is set to the latest git tag in CI. diff --git a/go.mod b/go.mod index 231c728..d761f20 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/tetafro/godot go 1.22 -require gopkg.in/yaml.v2 v2.4.0 +require go.yaml.in/yaml/v3 v3.0.4 diff --git a/go.sum b/go.sum index dd0bc19..56a75c7 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ +go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc= +go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= 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=