From a7b8713e2630c7f6008b982a361e07ac335a376c 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:57 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index a992836..b98b2c5 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module rag 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-00010101000000-000000000000 github.com/cloudwego/eino v0.8.6 github.com/cloudwego/eino-ext/components/document/loader/url v0.0.0-20260323112355-f061db7e8419 @@ -22,7 +22,7 @@ require ( github.com/pgvector/pgvector-go v0.3.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