aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-09-24 16:14:54 +0530
committerBobby <[email protected]>2025-09-24 16:14:54 +0530
commiteffe1ba118911ea3f68c2c7256336ece4277dec2 (patch)
tree780f611106abded008d183c5e864010f9e8a8621 /go.mod
parente5282c764392330eaed49bad898f4bb963c9fc48 (diff)
downloadthunderbird-ai-compose-server-effe1ba118911ea3f68c2c7256336ece4277dec2.tar.xz
thunderbird-ai-compose-server-effe1ba118911ea3f68c2c7256336ece4277dec2.zip
init proj and dummy generate route
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod19
1 files changed, 19 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..2229fb3
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,19 @@
+module thunderbird-ai-compose-server
+
+go 1.25.1
+
+require github.com/gofiber/fiber/v2 v2.52.9
+
+require (
+ github.com/andybalholm/brotli v1.1.0 // indirect
+ github.com/google/uuid v1.6.0 // indirect
+ github.com/klauspost/compress v1.17.9 // indirect
+ github.com/mattn/go-colorable v0.1.13 // indirect
+ github.com/mattn/go-isatty v0.0.20 // indirect
+ github.com/mattn/go-runewidth v0.0.16 // indirect
+ github.com/rivo/uniseg v0.2.0 // indirect
+ github.com/valyala/bytebufferpool v1.0.0 // indirect
+ github.com/valyala/fasthttp v1.51.0 // indirect
+ github.com/valyala/tcplisten v1.0.0 // indirect
+ golang.org/x/sys v0.28.0 // indirect
+)