This commit is contained in:
2026-06-03 00:04:05 +08:00
parent 6228441a23
commit 0a9f54f2c3
4 changed files with 777 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
module meshtastic_mqtt_server
go 1.23
require (
github.com/eclipse/paho.mqtt.golang v1.5.0
google.golang.org/protobuf v1.36.11
)
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
)