Skip to content

Commit 667b577

Browse files
build(deps): bump github.com/jackc/pgx/v4 from 4.10.1 to 4.11.0 (#956)
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.10.1 to 4.11.0. - [Release notes](https://github.com/jackc/pgx/releases) - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v4.10.1...v4.11.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4d28821 commit 667b577

File tree

2 files changed

+175
-12
lines changed

2 files changed

+175
-12
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ require (
77
github.com/davecgh/go-spew v1.1.1
88
github.com/go-sql-driver/mysql v1.5.0
99
github.com/google/go-cmp v0.5.5
10-
github.com/jackc/pgx/v4 v4.10.1
10+
github.com/jackc/pgx/v4 v4.11.0
1111
github.com/jinzhu/inflection v1.0.0
1212
github.com/kr/pretty v0.2.1 // indirect
1313
github.com/lib/pq v1.10.0
1414
github.com/pganalyze/pg_query_go/v2 v2.0.0
1515
github.com/pingcap/parser v0.0.0-20201024025010-3b2fb4b41d73
1616
github.com/spf13/cobra v1.1.3
1717
github.com/spf13/pflag v1.0.5
18-
golang.org/x/tools v0.0.0-20191219041853-979b82bfef62 // indirect
1918
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
2019
gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
2120
)

0 commit comments

Comments
 (0)