Skip to content

Commit 7693ae2

Browse files
Bump github.com/pashagolub/pgxmock/v3 from 3.3.0 to 3.4.0 (#306)
Bumps [github.com/pashagolub/pgxmock/v3](https://github.com/pashagolub/pgxmock) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/pashagolub/pgxmock/releases) - [Commits](pashagolub/pgxmock@v3.3.0...v3.4.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c409c3 commit 7693ae2

File tree

5 files changed

+45
-13
lines changed

5 files changed

+45
-13
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ require (
4040
github.com/kenshaw/snaker v0.2.0
4141
github.com/oapi-codegen/runtime v1.1.1
4242
github.com/oapi-codegen/testutil v1.1.0
43-
github.com/pashagolub/pgxmock/v3 v3.3.0
43+
github.com/pashagolub/pgxmock/v3 v3.4.0
4444
github.com/patrickmn/go-cache v2.1.0+incompatible
4545
github.com/pkg/errors v0.9.1
4646
github.com/prometheus/client_golang v1.19.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
304304
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
305305
github.com/opencontainers/image-spec v1.0.2 h1:9yCKha/T5XdGtO0q9Q9a6T5NUCsTn/DrBg0D7ufOcFM=
306306
github.com/opencontainers/image-spec v1.0.2/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0=
307-
github.com/pashagolub/pgxmock/v3 v3.3.0 h1:vMDQiBs74JEIYT/DeWNtUDrcfKCsgMmKd+ecQs1WsV4=
308-
github.com/pashagolub/pgxmock/v3 v3.3.0/go.mod h1:ywwoE43oyD7aqpA3Jh5tvZ8h00P7RRiygA23aXmNpWU=
307+
github.com/pashagolub/pgxmock/v3 v3.4.0 h1:87VMr2q7m2+6VzXo4Tsp9kMklGlj6mMN19Hp/bp2Rwo=
308+
github.com/pashagolub/pgxmock/v3 v3.4.0/go.mod h1:FvCl7xqPbLLI3XohihJ1NzXnikjM3q/NWSixg4t9hrU=
309309
github.com/patrickmn/go-cache v2.1.0+incompatible h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc=
310310
github.com/patrickmn/go-cache v2.1.0+incompatible/go.mod h1:3Qf8kWWT7OJRJbdiICTKqZju1ZixQ/KpMGzzAfe6+WQ=
311311
github.com/pelletier/go-toml/v2 v2.0.1/go.mod h1:r9LEWfGN8R5k0VXJ+0BkIe7MYkRdwZOjgMj2KwnJFUo=

vendor/github.com/pashagolub/pgxmock/v3/pgxmock.go

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pashagolub/pgxmock/v3/rows.go

Lines changed: 33 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ github.com/oapi-codegen/runtime/types
351351
# github.com/oapi-codegen/testutil v1.1.0
352352
## explicit; go 1.20
353353
github.com/oapi-codegen/testutil
354-
# github.com/pashagolub/pgxmock/v3 v3.3.0
354+
# github.com/pashagolub/pgxmock/v3 v3.4.0
355355
## explicit; go 1.21
356356
github.com/pashagolub/pgxmock/v3
357357
# github.com/patrickmn/go-cache v2.1.0+incompatible

0 commit comments

Comments
 (0)