Skip to content

Commit

Permalink
Upgrade pgx driver, close #139
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhu committed Nov 2, 2022
1 parent 5eb6308 commit 321c8fd
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 151 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -3,7 +3,7 @@ module gorm.io/driver/postgres
go 1.14

require (
github.com/jackc/pgx/v4 v4.17.2
github.com/jackc/pgx/v5 v5.0.4
github.com/jinzhu/now v1.1.5 // indirect
golang.org/x/crypto v0.1.0 // indirect
gorm.io/gorm v1.24.1
Expand Down

0 comments on commit 321c8fd

Please sign in to comment.