From be1bacb99ce6210b468998db9a7c1a83db8776bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 04:55:55 +0000 Subject: [PATCH] Bump github.com/pashagolub/pgxmock/v3 from 3.2.0 to 3.3.0 Bumps [github.com/pashagolub/pgxmock/v3](https://github.com/pashagolub/pgxmock) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/pashagolub/pgxmock/releases) - [Commits](https://github.com/pashagolub/pgxmock/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: github.com/pashagolub/pgxmock/v3 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 34f9ef4..d803c61 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/jackc/pgx/v5 v5.5.1 github.com/jessevdk/go-flags v1.5.0 github.com/ory/mail/v3 v3.0.1-0.20210418065910-7f033ddea8dc - github.com/pashagolub/pgxmock/v3 v3.2.0 + github.com/pashagolub/pgxmock/v3 v3.3.0 github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5 github.com/sethvargo/go-retry v0.2.4 github.com/sirupsen/logrus v1.9.3 diff --git a/go.sum b/go.sum index 7ddf40b..d3b3193 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,8 @@ github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyua github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/ory/mail/v3 v3.0.1-0.20210418065910-7f033ddea8dc h1:BU12v9x5hvONtYU2R2LnlkxmWSsjzco046NzJLcWMHg= github.com/ory/mail/v3 v3.0.1-0.20210418065910-7f033ddea8dc/go.mod h1:vAPEMm1zIQKGmM9hcZTSlOU/CDVCXHGOw6SFxPlSoHw= -github.com/pashagolub/pgxmock/v3 v3.2.0 h1:8l9tPdlGKUfkRMt91PxychjEfIUhoYaxP4OttkH+/Eg= -github.com/pashagolub/pgxmock/v3 v3.2.0/go.mod h1:RbHF7zLIQw5DoFtaaILZqKNjRRXgpMEuiV4ROcqoD+k= +github.com/pashagolub/pgxmock/v3 v3.3.0 h1:vMDQiBs74JEIYT/DeWNtUDrcfKCsgMmKd+ecQs1WsV4= +github.com/pashagolub/pgxmock/v3 v3.3.0/go.mod h1:ywwoE43oyD7aqpA3Jh5tvZ8h00P7RRiygA23aXmNpWU= github.com/pelletier/go-toml/v2 v2.1.0 h1:FnwAJ4oYMvbT/34k9zzHuZNrhlz48GB3/s6at6/MHO4= github.com/pelletier/go-toml/v2 v2.1.0/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=