aboutsummaryrefslogtreecommitdiff
path: root/go.sum
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.sum
parent9de239a9badbbc075f1cc8079a6435f0780e5d26 (diff)
Move to using .env file
Diffstat (limited to 'go.sum')
-rw-r--r--go.sum2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.sum b/go.sum
index 7128337..2788c54 100644
--- a/go.sum
+++ b/go.sum
@@ -1,2 +1,4 @@
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=
+github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=
+github.com/joho/godotenv v1.5.1/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4=