Skip to content

Commit 95acb2f

Browse files
authored
mod: bump to github.com/jackc/pgx/v5 (#73)
1 parent 8bd300f commit 95acb2f

File tree

4 files changed

+27
-179
lines changed

4 files changed

+27
-179
lines changed

go.mod

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/flamego/flamego v1.8.1
77
github.com/go-redis/redis/v8 v8.11.5
88
github.com/go-sql-driver/mysql v1.7.0
9-
github.com/jackc/pgx/v4 v4.18.1
9+
github.com/jackc/pgx/v5 v5.3.1
1010
github.com/pkg/errors v0.9.1
1111
github.com/stretchr/testify v1.8.2
1212
go.mongodb.org/mongo-driver v1.11.2
@@ -22,14 +22,10 @@ require (
2222
github.com/go-logfmt/logfmt v0.6.0 // indirect
2323
github.com/golang/snappy v0.0.1 // indirect
2424
github.com/google/go-cmp v0.5.6 // indirect
25-
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
26-
github.com/jackc/pgconn v1.14.0 // indirect
27-
github.com/jackc/pgio v1.0.0 // indirect
2825
github.com/jackc/pgpassfile v1.0.0 // indirect
29-
github.com/jackc/pgproto3/v2 v2.3.2 // indirect
3026
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
31-
github.com/jackc/pgtype v1.14.0 // indirect
3227
github.com/klauspost/compress v1.13.6 // indirect
28+
github.com/kr/text v0.2.0 // indirect
3329
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
3430
github.com/mattn/go-isatty v0.0.17 // indirect
3531
github.com/mattn/go-runewidth v0.0.13 // indirect
@@ -38,13 +34,15 @@ require (
3834
github.com/muesli/termenv v0.11.1-0.20220204035834-5ac8409525e0 // indirect
3935
github.com/pmezard/go-difflib v1.0.0 // indirect
4036
github.com/rivo/uniseg v0.2.0 // indirect
37+
github.com/rogpeppe/go-internal v1.6.1 // indirect
4138
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
4239
github.com/xdg-go/scram v1.1.1 // indirect
4340
github.com/xdg-go/stringprep v1.0.3 // indirect
4441
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
4542
golang.org/x/crypto v0.6.0 // indirect
46-
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
43+
golang.org/x/sync v0.1.0 // indirect
4744
golang.org/x/sys v0.5.0 // indirect
4845
golang.org/x/text v0.7.0 // indirect
46+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
4947
gopkg.in/yaml.v3 v3.0.1 // indirect
5048
)

0 commit comments

Comments
 (0)