From 8e97fe11c0870233194cc3c6cc6a5c132b7b3d7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 09:09:48 +0000 Subject: [PATCH] deps: update module gopkg.in/yaml.v2 to v3 --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7521b96..8f0bc5c 100644 --- a/go.mod +++ b/go.mod @@ -27,6 +27,8 @@ require ( require ( cloud.google.com/go/auth v0.3.0 // indirect cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect + gopkg.in/yaml.v2 v2.4.0 // indirect + ) require ( @@ -106,7 +108,6 @@ require ( google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect google.golang.org/grpc v1.63.2 // indirect google.golang.org/protobuf v1.34.0 // indirect - gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect sigs.k8s.io/yaml v1.4.0 // indirect )