feat: use new package name

This commit is contained in:
engigu
2026-01-18 17:31:04 +08:00
parent 973093781f
commit 43a023d683
51 changed files with 132 additions and 130 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"fmt"
"time"
"baihu/internal/logger"
"github.com/engigu/baihu-panel/internal/logger"
"github.com/glebarez/sqlite"
"gorm.io/driver/mysql"
+2 -2
View File
@@ -1,8 +1,8 @@
package database
import (
"baihu/internal/logger"
"baihu/internal/models"
"github.com/engigu/baihu-panel/internal/logger"
"github.com/engigu/baihu-panel/internal/models"
)
func Migrate() error {