切换kit包依赖为本库kit

This commit is contained in:
❀ » Cato Sweeney. ❀ » Console@the.bb
2024-01-23 20:25:47 +08:00
parent e9a187520c
commit 9746ee63cd
109 changed files with 400 additions and 371 deletions

View File

@@ -3,8 +3,8 @@ package config
import (
"flag"
"fmt"
"github.com/PandaXGO/PandaKit/biz"
"github.com/PandaXGO/PandaKit/utils"
"pandax/kit/biz"
"pandax/kit/utils"
"path/filepath"
)

View File

@@ -1,7 +1,7 @@
package config
import (
"github.com/PandaXGO/PandaKit/biz"
"pandax/kit/biz"
)
type Jwt struct {