diff --git a/tests/go.mod b/tests/go.mod index 0b38b9d0..548a3ecb 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -7,12 +7,11 @@ require ( github.com/jackc/pgx/v5 v5.3.1 // indirect github.com/jinzhu/now v1.1.5 github.com/lib/pq v1.10.8 - github.com/mattn/go-sqlite3 v1.14.16 // indirect gorm.io/driver/mysql v1.5.0 gorm.io/driver/postgres v1.5.0 - gorm.io/driver/sqlite v1.5.0 + gorm.io/driver/sqlite v1.5.2 gorm.io/driver/sqlserver v1.5.1 - gorm.io/gorm v1.25.1 + gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55 ) replace gorm.io/gorm => ../