chore(deps): update module gopkg.in/yaml.v2 to v3
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
CSRBot 2024-02-18 20:04:42 +00:00
parent a6b4fd0afc
commit 7d5a347768
Signed by: CSRBot
GPG Key ID: DDBB888D261A47AB
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -6,6 +6,7 @@ require (
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.8.4
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)
require (
@ -13,5 +14,4 @@ require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)