We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb6308 commit 321c8fdCopy full SHA for 321c8fd
go.mod
@@ -3,7 +3,7 @@ module gorm.io/driver/postgres
3
go 1.14
4
5
require (
6
- github.com/jackc/pgx/v4 v4.17.2
+ github.com/jackc/pgx/v5 v5.0.4
7
github.com/jinzhu/now v1.1.5 // indirect
8
golang.org/x/crypto v0.1.0 // indirect
9
gorm.io/gorm v1.24.1
0 commit comments