mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
[fix] 消息队列版本问题
This commit is contained in:
3
go.mod
3
go.mod
@@ -14,11 +14,9 @@ require (
|
||||
github.com/eclipse/paho.mqtt.golang v1.4.2
|
||||
github.com/emicklei/go-restful-openapi/v2 v2.9.0
|
||||
github.com/emicklei/go-restful/v3 v3.9.0
|
||||
github.com/gin-gonic/gin v1.7.4
|
||||
github.com/go-openapi/spec v0.20.6
|
||||
github.com/go-playground/validator/v10 v10.8.0
|
||||
github.com/go-redis/redis/v8 v8.11.5
|
||||
github.com/golang-queue/queue v0.2.0
|
||||
github.com/google/uuid v1.3.0
|
||||
github.com/gorilla/schema v1.2.0
|
||||
github.com/gorilla/websocket v1.5.0
|
||||
@@ -71,6 +69,7 @@ require (
|
||||
github.com/go-playground/universal-translator v0.18.0 // indirect
|
||||
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
|
||||
github.com/go-sql-driver/mysql v1.6.0 // indirect
|
||||
github.com/golang-queue/queue v0.1.4-0.20240218073423-0c677f44188b // indirect
|
||||
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
|
||||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
||||
github.com/golang/protobuf v1.5.2 // indirect
|
||||
|
||||
Reference in New Issue
Block a user