[fix] 消息队列版本问题

This commit is contained in:
PandaX-Go
2024-06-15 20:04:40 +08:00
parent 383238d5b1
commit 09d76128a8
2 changed files with 3 additions and 2 deletions

3
go.mod
View File

@@ -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