重构项目模块路径,从cool-team-official/cool-admin-go改为blazing
This commit is contained in:
@@ -6,10 +6,11 @@ import (
|
||||
|
||||
"github.com/golang-jwt/jwt/v4"
|
||||
|
||||
"github.com/cool-team-official/cool-admin-go/cool"
|
||||
v1 "github.com/cool-team-official/cool-admin-go/modules/base/api/v1"
|
||||
"github.com/cool-team-official/cool-admin-go/modules/base/config"
|
||||
"github.com/cool-team-official/cool-admin-go/modules/base/model"
|
||||
"blazing/cool"
|
||||
|
||||
v1 "blazing/modules/base/api/v1"
|
||||
"blazing/modules/base/config"
|
||||
"blazing/modules/base/model"
|
||||
|
||||
"github.com/gogf/gf/v2/crypto/gmd5"
|
||||
"github.com/gogf/gf/v2/encoding/gbase64"
|
||||
|
||||
Reference in New Issue
Block a user