14 lines
247 B
Modula-2
14 lines
247 B
Modula-2
module git.apinb.com/heqiapp/platforms/backend/iot-server
|
|
|
|
go 1.26.1
|
|
|
|
require (
|
|
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
|
|
github.com/rs/xid v1.4.0 // indirect
|
|
)
|