From 0b77727cdb52cb22ae55db5b747345c1d89a29d3 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Mon, 28 Apr 2025 22:35:17 -0400 Subject: Move to using .env file --- go.mod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'go.mod') 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 +) -- cgit v1.2.3