From d7926fafe8a9aecb1526df5b49bb686d5f359e22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Mon, 26 Jan 2026 15:00:30 +0800 Subject: [PATCH] .gitignore --- go.mod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 7f93aac..36bcaef 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.4.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.2.9 => ../common +//replace gitee.com/red-future---jilin-g/common => ../common require ( github.com/BurntSushi/toml v1.5.0 // indirect @@ -66,6 +66,7 @@ require ( github.com/olekukonko/tablewriter v1.1.0 // indirect github.com/philhofer/fwd v1.2.0 // indirect github.com/pkg/errors v0.9.1 // indirect + github.com/rabbitmq/amqp091-go v1.10.0 // indirect github.com/redis/go-redis/v9 v9.12.1 // indirect github.com/rivo/uniseg v0.4.7 // indirect github.com/rs/xid v1.6.0 // indirect