From b5b2e6fba4bbd971e7a5aa446e012be080f133f6 Mon Sep 17 00:00:00 2001 From: Cold <16419454+cold502@user.noreply.gitee.com> Date: Mon, 26 Jan 2026 14:45:12 +0800 Subject: [PATCH] 1 --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 7f93aac..2ed27c0 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.2.9 + gitee.com/red-future---jilin-g/common v0.5.0 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.2.9 => ../common +// replace gitee.com/red-future---jilin-g/common v0.5.0 => ../common require ( github.com/BurntSushi/toml v1.5.0 // indirect