ci/cd调整

This commit is contained in:
2026-06-10 15:51:41 +08:00
parent fa297939e0
commit 3f81d5d91b
19 changed files with 31 additions and 53 deletions

View File

@@ -7,8 +7,8 @@ import (
"fmt"
netHttp "net/http"
"gitea.com/red-future/common/beans"
"gitea.com/red-future/common/jaeger"
"gitea.redpowerfuture.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/jaeger"
"github.com/gogf/gf/v2/container/gmap"
"github.com/gogf/gf/v2/encoding/gjson"
"github.com/gogf/gf/v2/frame/g"

View File

@@ -14,10 +14,10 @@ import (
"strings"
"time"
"gitea.com/red-future/common/beans"
"gitea.com/red-future/common/http"
"gitea.com/red-future/common/jaeger"
"gitea.com/red-future/common/utils"
"gitea.redpowerfuture.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/http"
"gitea.redpowerfuture.com/red-future/common/jaeger"
"gitea.redpowerfuture.com/red-future/common/utils"
gmq "github.com/bjang03/gmq/core/gmq"
"github.com/bjang03/gmq/mq"
"github.com/bjang03/gmq/types"