From e7adca4b527cc70334510e58003ebdc5d7d9389a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Thu, 9 Apr 2026 16:14:32 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0dockerfile=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- main.go | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fc6b1e2..a5e2422 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( go.mongodb.org/mongo-driver/v2 v2.5.0 ) -//replace gitea.com/red-future/common v0.0.11 => ../common +replace gitea.com/red-future/common v0.0.11 => ../common replace github.com/bjang03/gmq => ../gmq diff --git a/main.go b/main.go index de9d6ad..0a12b6f 100644 --- a/main.go +++ b/main.go @@ -13,6 +13,8 @@ import ( "os/signal" "syscall" + _ "gitea.com/red-future/common/config" + "gitea.com/red-future/common/http" "gitea.com/red-future/common/jaeger" _ "gitea.com/red-future/common/swagger" From 138736576e1d789f6a550d4c872e175860923d1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Thu, 9 Apr 2026 17:42:56 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0dockerfile=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index a5e2422..7104866 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module assets go 1.26.0 require ( - gitea.com/red-future/common v0.0.11 + gitea.com/red-future/common v0.0.12 github.com/bjang03/gmq v0.0.0-20251219093200-000000000000 github.com/gogf/gf/contrib/drivers/pgsql/v2 v2.10.0 github.com/gogf/gf/v2 v2.10.0 @@ -12,7 +12,7 @@ require ( go.mongodb.org/mongo-driver/v2 v2.5.0 ) -replace gitea.com/red-future/common v0.0.11 => ../common +replace gitea.com/red-future/common v0.0.12 => ../common replace github.com/bjang03/gmq => ../gmq