Bump github.com/jackc/pgx/v4 from 4.11.0 to 4.16.0

Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.11.0 to 4.16.0.
- [Release notes](https://github.com/jackc/pgx/releases)
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v4.11.0...v4.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-05 09:36:23 +00:00 committed by GitHub
parent 46ed317907
commit 632a663bad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 41 additions and 328 deletions

6
go.mod
View file

@ -6,11 +6,11 @@ require (
github.com/go-sql-driver/mysql v1.5.0
github.com/google/go-cmp v0.5.7 //tests
github.com/google/uuid v1.1.1
github.com/jackc/pgconn v1.8.1
github.com/jackc/pgx/v4 v4.11.0 //tests
github.com/jackc/pgconn v1.12.0
github.com/jackc/pgx/v4 v4.16.0 //tests
github.com/lib/pq v1.10.5
github.com/mattn/go-sqlite3 v1.14.8
github.com/pkg/profile v1.5.0 //tests
github.com/shopspring/decimal v1.2.0 // tests
github.com/stretchr/testify v1.6.1 // tests
github.com/stretchr/testify v1.7.0 // tests
)