dockerize event proxy go app

This commit is contained in:
Travis Shears 2025-12-25 11:34:42 +01:00
parent aa5a4eda05
commit 83e3765247
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
5 changed files with 63 additions and 8 deletions

View file

@ -2,8 +2,9 @@ module event_proxy
go 1.25.0
require github.com/eclipse/paho.mqtt.golang v1.5.1
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