From 11f453bfbad40a97df61cdf241f06d3757b8ca4e Mon Sep 17 00:00:00 2001 From: Cold <16419454+cold502@user.noreply.gitee.com> Date: Thu, 29 Jan 2026 17:12:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= 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 8497cd1..20069d3 100644 --- a/go.mod +++ b/go.mod @@ -3,13 +3,13 @@ module oss go 1.25.3 require ( - gitee.com/red-future---jilin-g/common v0.5.2 + gitee.com/red-future---jilin-g/common v0.5.3 github.com/gogf/gf/contrib/nosql/redis/v2 v2.9.5 github.com/gogf/gf/v2 v2.9.5 go.mongodb.org/mongo-driver/v2 v2.4.1 ) -// replace gitee.com/red-future---jilin-g/common v0.5.2 => ../common +// replace gitee.com/red-future---jilin-g/common v0.5.3 => ../common require ( github.com/BurntSushi/toml v1.5.0 // indirect