This commit is contained in:
2024-02-21 12:06:40 +07:00
parent e002bab12a
commit f1b7e28a14
19 changed files with 60 additions and 59 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package service
import (
"encoding/json"
"github.com/IceWhaleTech/CasaOS-UserService/model"
"github.com/KaySar12/NextZen-UserService/model"
"gorm.io/gorm"
)
+1 -1
View File
@@ -1,7 +1,7 @@
package service
import (
"github.com/IceWhaleTech/CasaOS-Common/external"
"github.com/KaySar12/NextZen-Common/external"
"gorm.io/gorm"
)
+3 -3
View File
@@ -15,9 +15,9 @@ import (
"mime/multipart"
"os"
"github.com/IceWhaleTech/CasaOS-Common/utils/jwt"
"github.com/IceWhaleTech/CasaOS-Common/utils/logger"
"github.com/IceWhaleTech/CasaOS-UserService/service/model"
"github.com/KaySar12/NextZen-Common/utils/jwt"
"github.com/KaySar12/NextZen-Common/utils/logger"
"github.com/KaySar12/NextZen-UserService/service/model"
"go.uber.org/zap"
"gorm.io/gorm"
)