mirror of
https://github.com/dpup/meshstream.git
synced 2026-03-28 17:42:37 +01:00
15 lines
260 B
Modula-2
15 lines
260 B
Modula-2
module meshstream
|
|
|
|
go 1.24.1
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.5.0
|
|
google.golang.org/protobuf v1.36.6
|
|
)
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
golang.org/x/net v0.27.0 // indirect
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
)
|