get event proxy working on local including mqtt message sending
This commit is contained in:
parent
0897210754
commit
aa5a4eda05
6 changed files with 218 additions and 3 deletions
|
|
@ -1,3 +1,10 @@
|
|||
module event_proxy
|
||||
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
github.com/eclipse/paho.mqtt.golang v1.5.1 // indirect
|
||||
github.com/gorilla/websocket v1.5.3 // indirect
|
||||
golang.org/x/net v0.44.0 // indirect
|
||||
golang.org/x/sync v0.17.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue