diff options
| author | William Hergès <anhgelus@anhgelus.world> | 2025-07-20 15:51:15 +0200 |
|---|---|---|
| committer | William Hergès <anhgelus@anhgelus.world> | 2025-07-20 15:51:15 +0200 |
| commit | 977c818328c1c14880029510c6b3742a12858dcb (patch) | |
| tree | cec7a6ad988f2ccfe10e7867b7ba821fb633a687 /go.mod | |
| parent | 32c9c22b1468511cfeb38adef17aad4f1120425e (diff) | |
feat(config): load .env file for default cli values
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
