Bump pgx to v4.17.0

This commit is contained in:
Michał Gątkowski 2022-08-06 16:00:11 +02:00
parent 503fe1b8ec
commit 9f9b189c3d

9
go.mod
View File

@ -10,7 +10,7 @@ require (
github.com/gorilla/mux v1.8.0
github.com/gorilla/schema v1.2.0
github.com/iwanbk/gobeanstalk v0.0.0-20160903043409-dbbb23937c31
github.com/jackc/pgx/v4 v4.16.1
github.com/jackc/pgx/v4 v4.17.0
github.com/jessevdk/go-flags v1.5.0
github.com/libp2p/go-sockaddr v0.2.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible
@ -48,12 +48,12 @@ require (
github.com/gorilla/websocket v1.4.2 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.12.1 // indirect
github.com/jackc/pgconn v1.13.0 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.1 // indirect
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
github.com/jackc/pgtype v1.11.0 // indirect
github.com/jackc/pgtype v1.12.0 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mschoch/smat v0.2.0 // indirect
github.com/pion/datachannel v1.5.2 // indirect
@ -76,7 +76,6 @@ require (
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
github.com/rs/dnscache v0.0.0-20210201191234-295bba877686 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/stretchr/testify v1.7.1 // indirect
github.com/willf/bitset v1.1.11 // indirect
go.etcd.io/bbolt v1.3.6 // indirect
go.uber.org/atomic v1.7.0 // indirect