From c59ca3fd7d0eb02dffe566305e0c19808e94bb1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 14:03:31 +0000 Subject: [PATCH] Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 in /.tests Bumps gopkg.in/yaml.v3 from 3.0.0 to 3.0.1. --- updated-dependencies: - dependency-name: gopkg.in/yaml.v3 dependency-version: 3.0.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .tests/go.mod | 3 +-- .tests/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.tests/go.mod b/.tests/go.mod index 40d2269..b7d0afa 100644 --- a/.tests/go.mod +++ b/.tests/go.mod @@ -7,7 +7,6 @@ require ( github.com/go-playground/validator v9.31.0+incompatible github.com/machinebox/graphql v0.2.2 github.com/stretchr/testify v1.7.0 - ) require ( @@ -21,5 +20,5 @@ require ( github.com/pmezard/go-difflib v1.0.0 // indirect gopkg.in/go-playground/assert.v1 v1.2.1 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect - gopkg.in/yaml.v3 v3.0.0 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/.tests/go.sum b/.tests/go.sum index 5923e08..09a5d1d 100644 --- a/.tests/go.sum +++ b/.tests/go.sum @@ -33,5 +33,5 @@ gopkg.in/go-playground/assert.v1 v1.2.1/go.mod h1:9RXL0bg/zibRAgZUYszZSwO/z8Y/a8 gopkg.in/yaml.v2 v2.3.0 h1:clyUAQHOM3G0M3f5vQj7LuJrETvjVot3Z5el9nffUtU= gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= 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= +gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= +gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=