refactor: embed mochi mqtt broker
This commit is contained in:
@@ -3,12 +3,11 @@ module git.apinb.com/heqiapp/platforms/backend/iot-server
|
||||
go 1.26.1
|
||||
|
||||
require (
|
||||
github.com/eclipse/paho.mqtt.golang v1.5.1
|
||||
github.com/mochi-mqtt/server/v2 v2.7.9
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.5.3 // indirect
|
||||
golang.org/x/net v0.52.0 // indirect
|
||||
golang.org/x/sync v0.20.0 // indirect
|
||||
github.com/rs/xid v1.4.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user