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] =?UTF-8?q?=E5=A2=9E=E5=8A=A0dockerfile=E9=85=8D=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"