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

This commit is contained in:
renovate[bot] 2025-03-28 07:36:30 +00:00 committed by GitHub
parent 83fc0386ad
commit 37c3c172fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
go.mod
View file

@ -14,7 +14,7 @@ require (
github.com/stretchr/testify v1.10.0
github.com/tsuyoshiwada/go-gitcmd v0.0.0-20180205145712-5f1f5f9475df
github.com/urfave/cli/v2 v2.27.6
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.1
gopkg.in/yaml.v3 v3.0.1
)