🔀 Merge branch 'feature/purego' into dev

This commit is contained in:
Xhofe
2022-02-24 16:25:25 +08:00
6 changed files with 174 additions and 98 deletions

View File

@ -4,10 +4,10 @@ import (
"fmt"
"github.com/Xhofe/alist/conf"
"github.com/Xhofe/alist/model"
"github.com/glebarez/sqlite"
log "github.com/sirupsen/logrus"
"gorm.io/driver/mysql"
"gorm.io/driver/postgres"
"gorm.io/driver/sqlite"
"gorm.io/gorm"
"gorm.io/gorm/logger"
"gorm.io/gorm/schema"