feat(config): load .env file for default cli values
This commit is contained in:
parent
32c9c22b14
commit
977c818328
3 changed files with 11 additions and 1 deletions
1
go.mod
1
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue