diff options
| author | mo khan <mo@mokhan.ca> | 2025-04-14 17:20:42 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-04-14 17:20:42 -0600 |
| commit | 21acf441fbcbb663a7b600733e8daed7a3daf8e7 (patch) | |
| tree | 71b6fa502ab4d6f692aba1f7d3190de0e225dd8b /go.mod | |
| parent | 81c1c773521fa345d506ad72a4665f38b1df4e6e (diff) | |
chore: load env vars from .env files
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,6 +36,7 @@ require ( github.com/google/go-cmp v0.7.0 // indirect github.com/google/jsonapi v1.0.0 // indirect github.com/google/uuid v1.6.0 // indirect + github.com/joho/godotenv v1.5.1 // indirect github.com/klauspost/compress v1.17.4 // indirect github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect github.com/magiconair/properties v1.8.9 // indirect @@ -71,3 +72,5 @@ require ( gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) + +tool github.com/joho/godotenv/cmd/godotenv |
