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.sum | |
parent | 9de239a9badbbc075f1cc8079a6435f0780e5d26 (diff) |
Move to using .env file
Diffstat (limited to 'go.sum')
-rw-r--r-- | go.sum | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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= |