diff options
| author | Bobby <[email protected]> | 2025-09-24 18:44:44 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-09-24 18:44:44 +0530 |
| commit | a42336fec9c5ed6cd47e7dc0437c931ae06cfc0a (patch) | |
| tree | 79678ec3cb8913dc55513866e1f38c3eafd41c1a /go.mod | |
| parent | effe1ba118911ea3f68c2c7256336ece4277dec2 (diff) | |
| download | thunderbird-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.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
