balcony_weather_station/event_proxy/go.mod

11 lines
221 B
Modula-2

module event_proxy
go 1.25.0
require github.com/eclipse/paho.mqtt.golang v1.5.1
require (
github.com/gorilla/websocket v1.5.3 // indirect
golang.org/x/net v0.44.0 // indirect
golang.org/x/sync v0.17.0 // indirect
)