2026-08-03 13:18:11 +08:00
|
|
|
module git.apinb.com/heqiapp/platforms/backend/iot-server
|
|
|
|
|
|
|
|
|
|
go 1.26.1
|
|
|
|
|
|
|
|
|
|
require (
|
2026-08-03 14:19:28 +08:00
|
|
|
github.com/mochi-mqtt/server/v2 v2.7.9
|
2026-08-03 13:18:11 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
2026-08-03 14:19:28 +08:00
|
|
|
github.com/rs/xid v1.4.0 // indirect
|
2026-08-03 13:18:11 +08:00
|
|
|
)
|