diff options
| author | Bobby <[email protected]> | 2025-09-24 16:14:54 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-09-24 16:14:54 +0530 |
| commit | effe1ba118911ea3f68c2c7256336ece4277dec2 (patch) | |
| tree | 780f611106abded008d183c5e864010f9e8a8621 /go.mod | |
| parent | e5282c764392330eaed49bad898f4bb963c9fc48 (diff) | |
| download | thunderbird-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.mod | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 +) |
