aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-09-24 18:44:44 +0530
committerBobby <[email protected]>2025-09-24 18:44:44 +0530
commita42336fec9c5ed6cd47e7dc0437c931ae06cfc0a (patch)
tree79678ec3cb8913dc55513866e1f38c3eafd41c1a /go.mod
parenteffe1ba118911ea3f68c2c7256336ece4277dec2 (diff)
downloadthunderbird-ai-compose-server-a42336fec9c5ed6cd47e7dc0437c931ae06cfc0a.tar.xz
thunderbird-ai-compose-server-a42336fec9c5ed6cd47e7dc0437c931ae06cfc0a.zip
created confid and add env loader
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 2229fb3..d742779 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,10 @@ module thunderbird-ai-compose-server
go 1.25.1
-require github.com/gofiber/fiber/v2 v2.52.9
+require (
+ github.com/gofiber/fiber/v2 v2.52.9
+ github.com/joho/godotenv v1.5.1
+)
require (
github.com/andybalholm/brotli v1.1.0 // indirect