Bump github.com/jackc/pgx/v4 from 4.16.0 to 4.17.2
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.16.0 to 4.17.2. - [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.16.0...v4.17.2) --- 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:
parent
88f4935681
commit
e197530036
2 changed files with 22 additions and 15 deletions
6
go.mod
6
go.mod
|
|
@ -5,7 +5,7 @@ go 1.11
|
|||
require (
|
||||
github.com/go-sql-driver/mysql v1.5.0
|
||||
github.com/google/uuid v1.3.0
|
||||
github.com/jackc/pgconn v1.12.0
|
||||
github.com/jackc/pgconn v1.13.0
|
||||
github.com/lib/pq v1.10.5
|
||||
github.com/mattn/go-sqlite3 v1.14.8
|
||||
)
|
||||
|
|
@ -13,10 +13,10 @@ require (
|
|||
// test dependencies
|
||||
require (
|
||||
github.com/google/go-cmp v0.5.8
|
||||
github.com/jackc/pgx/v4 v4.16.0
|
||||
github.com/jackc/pgx/v4 v4.17.2
|
||||
github.com/pkg/profile v1.6.0
|
||||
github.com/shopspring/decimal v1.3.1
|
||||
github.com/stretchr/testify v1.7.0
|
||||
github.com/stretchr/testify v1.8.0
|
||||
github.com/volatiletech/null/v8 v8.1.2
|
||||
gopkg.in/guregu/null.v4 v4.0.0
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue