diff options
author | Samuel Johnson <[email protected]> | 2025-04-28 22:35:17 -0400 |
---|---|---|
committer | Samuel Johnson <[email protected]> | 2025-04-28 22:35:17 -0400 |
commit | 0b77727cdb52cb22ae55db5b747345c1d89a29d3 (patch) | |
tree | 385fba102ad2d8a9340834aea97b2c904372c6f5 /go.mod | |
parent | 9de239a9badbbc075f1cc8079a6435f0780e5d26 (diff) |
Move to using .env file
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 +) |