From a0b66c635f43eb7c58a2b25daa5e691b931df5f6 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:56 +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 4e8a526..8c64963 100644 --- a/go.mod +++ b/go.mod @@ -3,11 +3,11 @@ module gateway go 1.26.0 require ( - gitea.com/red-future/common v0.0.11 + gitea.com/red-future/common v0.0.12 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.12 => ../common require ( github.com/BurntSushi/toml v1.5.0 // indirect