diff options
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 |
