Update module gopkg.in/yaml.v1 to v3

This commit is contained in:
renovate[bot]
2024-07-11 12:10:25 +00:00
committed by GitHub
parent 2b78f81d23
commit b1a684839e

2
go.mod
View File

@@ -15,6 +15,7 @@ require (
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
)
require (
@@ -105,6 +106,5 @@ require (
google.golang.org/grpc v1.59.0 // 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
)