From 6dd40c3b24a1ebd91c8c32c349b31e6ab02d04e3 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:31 +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 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c2b515f..99e86e8 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/gogf/gf/v2 v2.10.0 ) -//replace gitea.com/red-future/common v0.0.11 => ../common +replace gitea.com/red-future/common v0.0.11 => ../common require ( github.com/BurntSushi/toml v1.5.0 // indirect diff --git a/main.go b/main.go index 81af56e..b652373 100644 --- a/main.go +++ b/main.go @@ -7,6 +7,7 @@ import ( marketController "shop-user-trade/controller/market" walletController "shop-user-trade/controller/wallet" + _ "gitea.com/red-future/common/config" "gitea.com/red-future/common/http" "gitea.com/red-future/common/jaeger" _ "gitea.com/red-future/common/swagger"