Update module gopkg.in/yaml.v1 to v3 (#74)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-24 08:42:39 +00:00 committed by GitHub
parent 5274499e1a
commit 599bbcef16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
go.mod
View File

@ -20,6 +20,7 @@ require (
github.com/rs/zerolog v1.32.0
github.com/urfave/cli v1.22.14
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
gopkg.in/yaml.v3 v3.0.1
)
require (
@ -98,6 +99,5 @@ require (
google.golang.org/grpc v1.58.3 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
howett.net/plist v1.0.0 // indirect
)