From d9fe7446af428209610adc83ec17cf50491a5a47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 11:01:22 +0000 Subject: [PATCH] fix(deps): update module gopkg.in/yaml.v2 to v3 (#956) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 76134921a9..99a0e24bff 100644 --- a/go.mod +++ b/go.mod @@ -38,6 +38,7 @@ require ( github.com/pterm/pterm v0.12.79 google.golang.org/api v0.164.0 gopkg.in/yaml.v2 v2.4.0 + gopkg.in/yaml.v3 v3.0.1 sigs.k8s.io/controller-runtime v0.16.3 sigs.k8s.io/gateway-api v1.0.0 ) @@ -95,7 +96,6 @@ require ( google.golang.org/genproto/googleapis/api v0.0.0-20240125205218-1f4bbc51befe // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20240205150955-31a09d347014 // indirect gopkg.in/evanphx/json-patch.v5 v5.7.0 // indirect - gopkg.in/yaml.v3 v3.0.1 // indirect ) require (