mirror of
https://github.com/thomiceli/opengist.git
synced 2025-06-19 00:27:11 +02:00
chore: use glebarez mirror
Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
@ -4,13 +4,13 @@ import (
|
||||
"errors"
|
||||
"strings"
|
||||
|
||||
msqlite "github.com/glebarez/go-sqlite"
|
||||
"github.com/glebarez/sqlite"
|
||||
"github.com/rs/zerolog/log"
|
||||
"github.com/thomiceli/opengist/internal/config"
|
||||
"github.com/thomiceli/opengist/internal/utils"
|
||||
"gorm.io/gorm"
|
||||
"gorm.io/gorm/logger"
|
||||
msqlite "modernc.org/sqlite"
|
||||
)
|
||||
|
||||
var db *gorm.DB
|
||||
|
Reference in New Issue
Block a user