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

Diff for: go.mod

+1-1
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)