swap SQLite driver for tests

This commit is contained in:
glebarez 2021-12-12 14:03:36 +01:00
parent adf8f70f06
commit af9010b4bc
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ require (
golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b // indirect
gorm.io/driver/mysql v1.2.1
gorm.io/driver/postgres v1.2.3
gorm.io/driver/sqlite v1.2.6
github.com/glebarez/sqlite v1.3.2
gorm.io/driver/sqlserver v1.2.1
gorm.io/gorm v1.22.4
)

View File

@ -9,7 +9,7 @@ import (
"gorm.io/driver/mysql"
"gorm.io/driver/postgres"
"gorm.io/driver/sqlite"
"github.com/glebarez/sqlite"
"gorm.io/driver/sqlserver"
"gorm.io/gorm"
"gorm.io/gorm/logger"