aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2026-01-02 11:39:29 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2026-01-02 11:39:29 +0200
commit11392621501d7b5206bc521d6d2a50e2c4e36c45 (patch)
tree7b2d51c89d58f7374fd464ba05d8b60b6df6a91a /go.mod
downloadpub-11392621501d7b5206bc521d6d2a50e2c4e36c45.tar.zst
Initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 11 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..f83dc31
--- /dev/null
+++ b/go.mod
@@ -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
+)