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

Merged
abs3nt merged 1 commits from renovate/gopkg.in-yaml.v2-3.x into master 2024-07-06 21:06:08 +00:00
Showing only changes of commit cdad1d23a9 - Show all commits

1
go.mod
View File

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