mirror of https://github.com/go-gorm/gorm.git
Upgrade test go.mod dependencies
This commit is contained in:
parent
9b2181199d
commit
33a11767ea
|
@ -7,12 +7,10 @@ require (
|
|||
github.com/jinzhu/now v1.1.1
|
||||
github.com/lib/pq v1.6.0
|
||||
gorm.io/driver/mysql v1.0.2
|
||||
gorm.io/driver/postgres v1.0.2
|
||||
gorm.io/driver/postgres v1.0.3
|
||||
gorm.io/driver/sqlite v1.1.3
|
||||
gorm.io/driver/sqlserver v1.0.4
|
||||
gorm.io/driver/sqlserver v1.0.5
|
||||
gorm.io/gorm v1.20.2
|
||||
)
|
||||
|
||||
replace gorm.io/gorm => ../
|
||||
|
||||
replace github.com/jackc/pgx/v4 => github.com/jinzhu/pgx/v4 v4.8.2
|
||||
|
|
Loading…
Reference in New Issue