summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-14 18:05:59 +0200
committerewy <ewy0@protonmail.com>2026-04-14 18:05:59 +0200
commit6b8c39143f8375680e260e5f8f204e4cf9031599 (patch)
tree1fa7d91150ad7d8c56c2e96b689f866f71bfc256 /go.mod
parentcc5a07dfc115b9a4e97854501fdd26c9ebd5b8d0 (diff)
add loading of .env files
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 eff6a64..85accfd 100644
--- a/go.mod
+++ b/go.mod
@@ -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