aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorWilliam Hergès <anhgelus@anhgelus.world>2025-07-20 15:51:15 +0200
committerWilliam Hergès <anhgelus@anhgelus.world>2025-07-20 15:51:15 +0200
commit977c818328c1c14880029510c6b3742a12858dcb (patch)
treecec7a6ad988f2ccfe10e7867b7ba821fb633a687 /go.mod
parent32c9c22b1468511cfeb38adef17aad4f1120425e (diff)
feat(config): load .env file for default cli values
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 1321ae7..16d6af9 100644
--- a/go.mod
+++ b/go.mod
@@ -20,6 +20,7 @@ require (
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
+ github.com/joho/godotenv v1.5.1 // indirect
github.com/redis/go-redis/v9 v9.9.0 // indirect
golang.org/x/crypto v0.38.0 // indirect
golang.org/x/sync v0.14.0 // indirect