feat(config): load .env file for default cli values

This commit is contained in:
Anhgelus Morhtuuzh 2025-07-20 15:51:15 +02:00
parent 32c9c22b14
commit 977c818328
Signed by: anhgelus
GPG key ID: 617773CACE89052C
3 changed files with 11 additions and 1 deletions

1
go.mod
View file

@ -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