mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-12-23 06:42:41 +00:00
db.go sqlite
This commit is contained in:
parent
d0874855b2
commit
c64dfc88ea
1 changed files with 1 additions and 3 deletions
|
|
@ -4,11 +4,9 @@ import (
|
|||
"errors"
|
||||
"fmt"
|
||||
|
||||
"github.com/glebarez/sqlite"
|
||||
"github.com/mhsanaei/3x-ui/v2/database/model"
|
||||
"golang.org/x/crypto/bcrypt"
|
||||
|
||||
// "gorm.io/driver/sqlite"
|
||||
"github.com/glebarez/sqlite"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue