Upgrade test go.mod dependencies

This commit is contained in:
Jinzhu 2020-10-20 19:13:15 +08:00
parent 9b2181199d
commit 33a11767ea
1 changed files with 2 additions and 4 deletions

View File

@ -7,12 +7,10 @@ require (
github.com/jinzhu/now v1.1.1 github.com/jinzhu/now v1.1.1
github.com/lib/pq v1.6.0 github.com/lib/pq v1.6.0
gorm.io/driver/mysql v1.0.2 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/sqlite v1.1.3
gorm.io/driver/sqlserver v1.0.4 gorm.io/driver/sqlserver v1.0.5
gorm.io/gorm v1.20.2 gorm.io/gorm v1.20.2
) )
replace gorm.io/gorm => ../ replace gorm.io/gorm => ../
replace github.com/jackc/pgx/v4 => github.com/jinzhu/pgx/v4 v4.8.2