|
@@ -10,13 +10,13 @@ import (
|
|
|
"github.com/gin-gonic/gin/binding"
|
|
|
"gorm.io/gorm"
|
|
|
|
|
|
- "git.baozhida.cn/OAuth-core/logger"
|
|
|
- "git.baozhida.cn/OAuth-core/pkg"
|
|
|
- "git.baozhida.cn/OAuth-core/pkg/response"
|
|
|
- "git.baozhida.cn/OAuth-core/sdk"
|
|
|
- "git.baozhida.cn/OAuth-core/service"
|
|
|
- "git.baozhida.cn/OAuth-core/storage"
|
|
|
- "git.baozhida.cn/OAuth-core/tools/language"
|
|
|
+ "gogs.baozhida.cn/zoie/OAuth-core/logger"
|
|
|
+ "gogs.baozhida.cn/zoie/OAuth-core/pkg"
|
|
|
+ "gogs.baozhida.cn/zoie/OAuth-core/pkg/response"
|
|
|
+ "gogs.baozhida.cn/zoie/OAuth-core/sdk"
|
|
|
+ "gogs.baozhida.cn/zoie/OAuth-core/service"
|
|
|
+ "gogs.baozhida.cn/zoie/OAuth-core/storage"
|
|
|
+ "gogs.baozhida.cn/zoie/OAuth-core/tools/language"
|
|
|
)
|
|
|
|
|
|
var DefaultLanguage = "zh-CN"
|