diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2026-01-02 11:39:29 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2026-01-02 11:39:29 +0200 |
| commit | 11392621501d7b5206bc521d6d2a50e2c4e36c45 (patch) | |
| tree | 7b2d51c89d58f7374fd464ba05d8b60b6df6a91a /go.mod | |
| download | pub-11392621501d7b5206bc521d6d2a50e2c4e36c45.tar.zst | |
Initial commit
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +module hub + +go 1.25.5 + +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 +) |
