Skip to content

Commit

Permalink
Rollback to github.com/jackc/pgx/v4
Browse files Browse the repository at this point in the history
  • Loading branch information
zchenyu committed Jun 23, 2023
1 parent 18bc84b commit 0525540
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 5 deletions.
6 changes: 6 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@ module gorm.io/driver/postgres
go 1.18

require (
github.com/jackc/pgx/v4 v4.18.1
github.com/jackc/pgx/v5 v5.3.1
gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55
)

require (
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.14.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.2 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgtype v1.14.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
golang.org/x/crypto v0.8.0 // indirect
Expand Down
Loading

0 comments on commit 0525540

Please sign in to comment.