From 43f679fc91468d06e60faf5f8fd962b924c967cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 09:42:10 +0000 Subject: [PATCH] Update module gopkg.in/yaml.v2 to v3 --- Blueprint-ui/Kanister Examples/go.mod | 2 +- Blueprint-ui/Kanister Examples/go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Blueprint-ui/Kanister Examples/go.mod b/Blueprint-ui/Kanister Examples/go.mod index 7acbf41..25e84fc 100644 --- a/Blueprint-ui/Kanister Examples/go.mod +++ b/Blueprint-ui/Kanister Examples/go.mod @@ -5,7 +5,7 @@ go 1.21.1 require ( github.com/google/go-github/v37 v37.0.0 golang.org/x/oauth2 v0.12.0 - gopkg.in/yaml.v2 v2.4.0 + gopkg.in/yaml.v3 v3.0.1 ) require ( diff --git a/Blueprint-ui/Kanister Examples/go.sum b/Blueprint-ui/Kanister Examples/go.sum index 2833aad..3d50c66 100644 --- a/Blueprint-ui/Kanister Examples/go.sum +++ b/Blueprint-ui/Kanister Examples/go.sum @@ -48,3 +48,4 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= +gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=