Refactor project structure and update import paths to GMWalletApp/epusdt

This commit is contained in:
line-6000
2026-04-23 02:17:21 +08:00
parent 91936d580f
commit 89be1fc967
86 changed files with 254 additions and 254 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package command
import (
"github.com/assimon/luuu/config"
"github.com/GMWalletApp/epusdt/config"
"github.com/gookit/color"
)
+8 -8
View File
@@ -9,14 +9,14 @@ import (
"strings"
"time"
"github.com/assimon/luuu/bootstrap"
"github.com/assimon/luuu/config"
"github.com/assimon/luuu/install"
"github.com/assimon/luuu/middleware"
"github.com/assimon/luuu/route"
"github.com/assimon/luuu/util/constant"
luluHttp "github.com/assimon/luuu/util/http"
"github.com/assimon/luuu/util/log"
"github.com/GMWalletApp/epusdt/bootstrap"
"github.com/GMWalletApp/epusdt/config"
"github.com/GMWalletApp/epusdt/install"
"github.com/GMWalletApp/epusdt/middleware"
"github.com/GMWalletApp/epusdt/route"
"github.com/GMWalletApp/epusdt/util/constant"
luluHttp "github.com/GMWalletApp/epusdt/util/http"
"github.com/GMWalletApp/epusdt/util/log"
"github.com/labstack/echo/v4"
echoMiddleware "github.com/labstack/echo/v4/middleware"
"github.com/spf13/cobra"
+1 -1
View File
@@ -1,7 +1,7 @@
package command
import (
"github.com/assimon/luuu/config"
"github.com/GMWalletApp/epusdt/config"
"github.com/spf13/cobra"
)
+1 -1
View File
@@ -3,7 +3,7 @@ package command
import (
"fmt"
"github.com/assimon/luuu/config"
"github.com/GMWalletApp/epusdt/config"
"github.com/spf13/cobra"
)