From 5d33124e520e49f54d6270f0fc32751a239188da 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 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 26705d4..82b3e65 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,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 3cefe4f..fecf17a 100644 --- a/main.go +++ b/main.go @@ -6,6 +6,7 @@ import ( "oss/service" "time" + _ "gitea.com/red-future/common/config" "gitea.com/red-future/common/http" "gitea.com/red-future/common/jaeger" _ "github.com/gogf/gf/contrib/drivers/pgsql/v2"