aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-05-09 23:33:22 +0530
committerBobby <[email protected]>2025-05-09 23:33:22 +0530
commit26b87c0f30d63bc361cdfa68a16b421475b66c4f (patch)
tree93cab28c771ae67ca5724fd924c00a8a7c607b16 /go.mod
parent5b14961af44330ae85ed3e3f0b8ba2e8e452efa1 (diff)
downloadkage-server-main.tar.xz
kage-server-main.zip
tidy and add makefileHEADmain
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod22
1 files changed, 22 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..54c9e8d
--- /dev/null
+++ b/go.mod
@@ -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
+)