diff --git a/tests/go.mod b/tests/go.mod index 9b36f1ed..87d221ca 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -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