From ce5c88e36256223d1a2d8238ea220e5fdf55e4c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 08:02:59 +0000 Subject: [PATCH] Update module gopkg.in/yaml.v2 to v3 --- command/version/command.go | 2 +- go.mod | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/command/version/command.go b/command/version/command.go index 3be5b1e1..c3309c25 100644 --- a/command/version/command.go +++ b/command/version/command.go @@ -8,7 +8,7 @@ import ( "github.com/giantswarm/microerror" "github.com/giantswarm/versionbundle" "github.com/spf13/cobra" - "gopkg.in/yaml.v2" + "gopkg.in/yaml.v3" ) type Config struct { diff --git a/go.mod b/go.mod index cae68578..4e8eb26e 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/spf13/cobra v1.3.0 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.10.0 - gopkg.in/yaml.v2 v2.4.0 + gopkg.in/yaml.v3 v3.0.1 ) require ( @@ -44,6 +44,7 @@ require ( google.golang.org/protobuf v1.31.0 // indirect gopkg.in/ini.v1 v1.66.2 // indirect gopkg.in/resty.v1 v1.12.0 // indirect + gopkg.in/yaml.v2 v2.4.0 // indirect ) replace (