From a32bb4d9d882d01aceb35ecf7ccef6548d2f2071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 14:21:05 +0000 Subject: [PATCH] Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 Bumps gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0. --- updated-dependencies: - dependency-name: gopkg.in/yaml.v3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index afc90dd..9835151 100644 --- a/go.mod +++ b/go.mod @@ -8,5 +8,5 @@ require ( github.com/stretchr/testify v1.7.0 golang.org/x/net v0.0.0-20220722155237-a158d28d115b golang.org/x/text v0.3.8 - gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect + gopkg.in/yaml.v3 v3.0.0 // indirect )