17 lines
344 B
Modula-2
17 lines
344 B
Modula-2
module github.com/ssp97/mqtt_relay
|
|
|
|
go 1.21.5
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.5.0
|
|
github.com/mochi-mqtt/server/v2 v2.6.5
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/rs/xid v1.4.0 // indirect
|
|
golang.org/x/net v0.27.0 // indirect
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
)
|