diff options
| author | ewy <ewy0@protonmail.com> | 2026-04-14 18:05:59 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-04-14 18:05:59 +0200 |
| commit | 6b8c39143f8375680e260e5f8f204e4cf9031599 (patch) | |
| tree | 1fa7d91150ad7d8c56c2e96b689f866f71bfc256 /go.mod | |
| parent | cc5a07dfc115b9a4e97854501fdd26c9ebd5b8d0 (diff) | |
add loading of .env files
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ require ( github.com/charmbracelet/x/term v0.2.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect + github.com/joho/godotenv v1.5.1 // indirect github.com/lucasb-eyer/go-colorful v1.2.0 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/mattn/go-localereader v0.0.1 // indirect |
