fix(deps): update module gopkg.in/yaml.v2 to v3

This commit is contained in:
Renovate Bot 2024-07-06 13:50:00 -07:00
parent 3f7815e571
commit cdad1d23a9

1
go.mod
View File

@ -10,6 +10,7 @@ require (
github.com/spf13/cobra v1.6.1 github.com/spf13/cobra v1.6.1
golang.org/x/net v0.7.0 golang.org/x/net v0.7.0
gopkg.in/yaml.v2 v2.4.0 gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
) )
require ( require (