Skip to content

Commit 321c8fd

Browse files
committed
Upgrade pgx driver, close #139
1 parent 5eb6308 commit 321c8fd

File tree

4 files changed

+21
-151
lines changed

4 files changed

+21
-151
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module gorm.io/driver/postgres
33
go 1.14
44

55
require (
6-
github.com/jackc/pgx/v4 v4.17.2
6+
github.com/jackc/pgx/v5 v5.0.4
77
github.com/jinzhu/now v1.1.5 // indirect
88
golang.org/x/crypto v0.1.0 // indirect
99
gorm.io/gorm v1.24.1

0 commit comments

Comments
 (0)