From 78afa0cf26e82e8eb7d868062839cc7d3598d06b 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:55 +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 99e86e8..a02bc76 100644 --- a/go.mod +++ b/go.mod @@ -3,12 +3,12 @@ module shop-user-trade 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/contrib/drivers/pgsql/v2 v2.10.0 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