From e096ca86cb6348f9f62ddba7c7fd30d5e69e4bfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 02:50:21 +0000 Subject: [PATCH] ci(deps): bump github.com/runfinch/common-tests in /e2e Bumps [github.com/runfinch/common-tests](https://github.com/runfinch/common-tests) from 0.7.3 to 0.7.4. - [Release notes](https://github.com/runfinch/common-tests/releases) - [Changelog](https://github.com/runfinch/common-tests/blob/main/CHANGELOG.md) - [Commits](https://github.com/runfinch/common-tests/compare/v0.7.3...v0.7.4) --- updated-dependencies: - dependency-name: github.com/runfinch/common-tests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- e2e/go.mod | 2 +- e2e/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e/go.mod b/e2e/go.mod index b9837d5..7eedac4 100644 --- a/e2e/go.mod +++ b/e2e/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/onsi/ginkgo/v2 v2.12.0 github.com/onsi/gomega v1.27.10 - github.com/runfinch/common-tests v0.7.3 + github.com/runfinch/common-tests v0.7.4 ) require ( diff --git a/e2e/go.sum b/e2e/go.sum index 4e4632e..e4eb475 100644 --- a/e2e/go.sum +++ b/e2e/go.sum @@ -20,8 +20,8 @@ github.com/onsi/gomega v1.27.10 h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI= github.com/onsi/gomega v1.27.10/go.mod h1:RsS8tutOdbdgzbPtzzATp12yT7kM5I5aElG3evPbQ0M= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/runfinch/common-tests v0.7.3 h1:KN+gOM6HDYNNUxCwTfpx+L+JF0Ksl2/XGtz2cx9CGL0= -github.com/runfinch/common-tests v0.7.3/go.mod h1:2JObvIbg7EZEM28lGZernOO5/kKmRbM2F7LGDdBKtr8= +github.com/runfinch/common-tests v0.7.4 h1:v+DnZm1vpMRGjAx/35K7n7k4p4te5IKBX8geJyyACNM= +github.com/runfinch/common-tests v0.7.4/go.mod h1:2JObvIbg7EZEM28lGZernOO5/kKmRbM2F7LGDdBKtr8= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=