From 58ba989e6484f895c436b6753bec6f0f1e67d384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:42:54 +0000 Subject: [PATCH] Bump github.com/pashagolub/pgxmock/v4 from 4.8.0 to 4.9.0 Bumps [github.com/pashagolub/pgxmock/v4](https://github.com/pashagolub/pgxmock) from 4.8.0 to 4.9.0. - [Release notes](https://github.com/pashagolub/pgxmock/releases) - [Commits](https://github.com/pashagolub/pgxmock/compare/v4.8.0...v4.9.0) --- updated-dependencies: - dependency-name: github.com/pashagolub/pgxmock/v4 dependency-version: 4.9.0 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 13b4b6a..196cd45 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/cybertec-postgresql/pgx-migrator v1.2.0 github.com/jackc/pgx/v5 v5.7.6 github.com/jessevdk/go-flags v1.6.1 - github.com/pashagolub/pgxmock/v4 v4.8.0 + github.com/pashagolub/pgxmock/v4 v4.9.0 github.com/sirupsen/logrus v1.9.3 github.com/stretchr/testify v1.11.1 github.com/testcontainers/testcontainers-go v0.38.0 diff --git a/go.sum b/go.sum index 54dfda6..58e0f9d 100644 --- a/go.sum +++ b/go.sum @@ -109,8 +109,8 @@ github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJw github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M= github.com/pashagolub/pgxmock/v3 v3.4.0 h1:87VMr2q7m2+6VzXo4Tsp9kMklGlj6mMN19Hp/bp2Rwo= github.com/pashagolub/pgxmock/v3 v3.4.0/go.mod h1:FvCl7xqPbLLI3XohihJ1NzXnikjM3q/NWSixg4t9hrU= -github.com/pashagolub/pgxmock/v4 v4.8.0 h1:RBtNUZXNG/ZwyOT7sJdSEx9RlAw19sgVPlnmEdlpT08= -github.com/pashagolub/pgxmock/v4 v4.8.0/go.mod h1:9L57pC193h2aKRHVyiiE817avasIPZnPwPlw3JczWvM= +github.com/pashagolub/pgxmock/v4 v4.9.0 h1:itlO8nrVRnzkdMBXLs8pWUyyB2PC3Gku0WGIj/gGl7I= +github.com/pashagolub/pgxmock/v4 v4.9.0/go.mod h1:9L57pC193h2aKRHVyiiE817avasIPZnPwPlw3JczWvM= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=