aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-04-28 22:35:17 -0400
committerSamuel Johnson <[email protected]>2025-04-28 22:35:17 -0400
commit0b77727cdb52cb22ae55db5b747345c1d89a29d3 (patch)
tree385fba102ad2d8a9340834aea97b2c904372c6f5 /go.mod
parent9de239a9badbbc075f1cc8079a6435f0780e5d26 (diff)
Move to using .env file
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 3dff8f8..4813bb2 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,7 @@ module paterissa.net/mblog
go 1.23.5
-require github.com/gorilla/mux v1.8.1 // indirect
+require (
+ github.com/gorilla/mux v1.8.1
+ github.com/joho/godotenv v1.5.1
+)