From 64f03ba02201842edfb6fac82d8d444d0b4b3fd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 21:04:16 +0000 Subject: [PATCH] build(deps): bump github.com/pashagolub/pgxmock/v4 from 4.2.0 to 4.3.0 Bumps [github.com/pashagolub/pgxmock/v4](https://github.com/pashagolub/pgxmock) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/pashagolub/pgxmock/releases) - [Commits](https://github.com/pashagolub/pgxmock/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: github.com/pashagolub/pgxmock/v4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 1d0a7e8..c3694c1 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.22.5 require ( github.com/jackc/pgx/v5 v5.7.1 - github.com/pashagolub/pgxmock/v4 v4.2.0 + github.com/pashagolub/pgxmock/v4 v4.3.0 golang.org/x/sync v0.8.0 ) diff --git a/go.sum b/go.sum index 7a450ac..1488aba 100644 --- a/go.sum +++ b/go.sum @@ -9,8 +9,8 @@ github.com/jackc/pgx/v5 v5.7.1 h1:x7SYsPBYDkHDksogeSmZZ5xzThcTgRz++I5E+ePFUcs= github.com/jackc/pgx/v5 v5.7.1/go.mod h1:e7O26IywZZ+naJtWWos6i6fvWK+29etgITqrqHLfoZA= github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo= github.com/jackc/puddle/v2 v2.2.2/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4= -github.com/pashagolub/pgxmock/v4 v4.2.0 h1:6+yl/lVzHZzg7kbasWvNQn4x3t4fEMBMeSlBXLy5ylw= -github.com/pashagolub/pgxmock/v4 v4.2.0/go.mod h1:s5gowkVFapy2T2InymLOXE5hO9ug5JUmC8ybqSAtTcM= +github.com/pashagolub/pgxmock/v4 v4.3.0 h1:DqT7fk0OCK6H0GvqtcMsLpv8cIwWqdxWgfZNLeHCb/s= +github.com/pashagolub/pgxmock/v4 v4.3.0/go.mod h1:9VoVHXwS3XR/yPtKGzwQvwZX1kzGB9sM8SviDcHDa3A= 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/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=