From ee63b80d369986663f1d7f5ee53669c52f926d04 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 44a12ec..d789353 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( golang.org/x/net v0.47.0 ) -//replace gitea.com/red-future/common => ../common +replace gitea.com/red-future/common => ../common require ( github.com/BurntSushi/toml v1.5.0 // indirect diff --git a/main.go b/main.go index e52459a..4380308 100644 --- a/main.go +++ b/main.go @@ -5,6 +5,8 @@ import ( "cid/controller/data" "cid/controller/mapping" + _ "gitea.com/red-future/common/config" + "gitea.com/red-future/common/http" "gitea.com/red-future/common/jaeger" _ "gitea.com/red-future/common/ragflow" // RAGFlow 客户端自动初始化