🔥 remove cgo to pure go

This commit is contained in:
Xhofe
2022-02-24 16:08:49 +08:00
parent f9f92e2198
commit e61b0f8e34
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"