Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 2589a0d

Browse files
Bump github.com/jackc/pgx/v4 from 4.16.0 to 4.16.1 (#431)
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.16.0 to 4.16.1. - [Release notes](https://github.com/jackc/pgx/releases) - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v4.16.0...v4.16.1) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 902e02a commit 2589a0d

File tree

2 files changed

+329
-6
lines changed

2 files changed

+329
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/go-sql-driver/mysql v1.6.0
1717
github.com/golang/mock v1.6.0
1818
github.com/google/go-github/v42 v42.0.0
19-
github.com/jackc/pgx/v4 v4.16.0
19+
github.com/jackc/pgx/v4 v4.16.1
2020
github.com/joho/godotenv v1.4.0
2121
github.com/kelseyhightower/envconfig v1.4.0
2222
github.com/mattn/go-sqlite3 v1.14.10
@@ -51,7 +51,7 @@ require (
5151
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
5252
github.com/hashicorp/hcl/v2 v2.10.0 // indirect
5353
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
54-
github.com/jackc/pgconn v1.12.0 // indirect
54+
github.com/jackc/pgconn v1.12.1 // indirect
5555
github.com/jackc/pgio v1.0.0 // indirect
5656
github.com/jackc/pgpassfile v1.0.0 // indirect
5757
github.com/jackc/pgproto3/v2 v2.3.0 // indirect

0 commit comments

Comments
 (0)