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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-15 10:50:17 +00:00 committed by GitHub
parent 66d8bd752d
commit e18aa51c47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
go.mod
View File

@ -17,6 +17,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
k8s.io/apimachinery v0.29.3
)
@ -96,6 +97,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
)