Skip to content

Commit

Permalink
Bump github.com/jackc/pgx/v4 from 4.7.2 to 4.18.2
Browse files Browse the repository at this point in the history
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.7.2 to 4.18.2.
- [Changelog](https://github.com/jackc/pgx/blob/v4.18.2/CHANGELOG.md)
- [Commits](jackc/pgx@v4.7.2...v4.18.2)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
1 parent cf8a5ca commit 03cd77a
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 47 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/pyr-sh/pgxscan/v2
go 1.14

require (
github.com/jackc/pgconn v1.8.1
github.com/jackc/pgx/v4 v4.7.2
github.com/jackc/pgconn v1.14.3
github.com/jackc/pgx/v4 v4.18.2
github.com/jmoiron/sqlx v1.2.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.8.1
google.golang.org/appengine v1.6.6 // indirect
)
Loading

0 comments on commit 03cd77a

Please sign in to comment.