Update module gopkg.in/yaml.v1 to v3

This commit is contained in:
renovate[bot] 2024-07-12 07:34:45 +00:00 committed by GitHub
parent d1a6c85a0c
commit f6e196a239
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/pkg/errors v0.9.1
github.com/rs/zerolog v1.33.0
github.com/urfave/cli/v2 v2.27.2
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
gopkg.in/yaml.v3 v3.0.1
gopkg.in/yaml.v3 v3.0.1
)