database: maybe fix
continuous-integration/drone the build failed
Details
continuous-integration/drone the build failed
Details
This commit is contained in:
parent
38bf1722e5
commit
a69220e3ec
|
@ -2,11 +2,11 @@
|
||||||
package database
|
package database
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/jinzhu/gorm"
|
"gorm.io/gorm"
|
||||||
// load gorm defaults dialects
|
// load gorm defaults driver
|
||||||
_ "github.com/jinzhu/gorm/dialects/mysql"
|
_ "gorm.io/driver/mysql"
|
||||||
_ "github.com/jinzhu/gorm/dialects/postgres"
|
_ "gorm.io/driver/postgres"
|
||||||
_ "github.com/jinzhu/gorm/dialects/sqlite"
|
_ "gorm.io/driver/sqlite"
|
||||||
|
|
||||||
"github.com/bdlm/log"
|
"github.com/bdlm/log"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue