From 50158a59d6217f505250024606b4f5fd9816f330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 23:47:45 +0000 Subject: [PATCH] Bump the go_modules group across 1 directories with 1 update Bumps the go_modules group with 1 update in the /chart/test directory: gopkg.in/yaml.v3. Updates `gopkg.in/yaml.v3` from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 --- updated-dependencies: - dependency-name: gopkg.in/yaml.v3 dependency-type: direct:production dependency-group: go_modules-security-group ... Signed-off-by: dependabot[bot] --- chart/test/go.mod | 2 +- chart/test/go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/chart/test/go.mod b/chart/test/go.mod index d2059aede..2d8a709eb 100644 --- a/chart/test/go.mod +++ b/chart/test/go.mod @@ -6,7 +6,7 @@ require ( github.com/cilium/cilium v1.8.1 github.com/gruntwork-io/terratest v0.32.1 github.com/stretchr/testify v1.6.1 - gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c + gopkg.in/yaml.v3 v3.0.0 k8s.io/api v0.19.7 k8s.io/apimachinery v0.19.7 ) diff --git a/chart/test/go.sum b/chart/test/go.sum index fd2788385..cb279c6dc 100644 --- a/chart/test/go.sum +++ b/chart/test/go.sum @@ -915,8 +915,9 @@ gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10= gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +gopkg.in/yaml.v3 v3.0.0 h1:hjy8E9ON/egN1tAYqKb61G10WtihqetD4sz2H+8nIeA= +gopkg.in/yaml.v3 v3.0.0/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=