diff options
| author | Bobby <[email protected]> | 2025-05-09 23:33:22 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-05-09 23:33:22 +0530 |
| commit | 26b87c0f30d63bc361cdfa68a16b421475b66c4f (patch) | |
| tree | 93cab28c771ae67ca5724fd924c00a8a7c607b16 /go.mod | |
| parent | 5b14961af44330ae85ed3e3f0b8ba2e8e452efa1 (diff) | |
| download | kage-server-main.tar.xz kage-server-main.zip | |
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -0,0 +1,22 @@ +module kage + +go 1.24.3 + +require ( + github.com/gofiber/fiber/v2 v2.52.6 + github.com/joho/godotenv v1.5.1 +) + +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 +) |
