aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
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
+)