aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 54112f1..35a0f36 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,10 @@ module pub
go 1.25.5
-require github.com/eclipse/paho.mqtt.golang v1.5.1
+require (
+ github.com/eclipse/paho.mqtt.golang v1.5.1
+ github.com/joho/godotenv v1.5.1
+)
require (
github.com/gorilla/websocket v1.5.3 // indirect