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