aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBobby <[email protected]>2026-03-07 14:25:54 +0530
committerBobby <[email protected]>2026-03-07 14:25:54 +0530
commit41926c10ea2e8496ce4b528262f5047ccbe6f155 (patch)
tree67ff5a27bb50faec368cf7ef38a1b1f2866459dd /go.mod
parented2a033d7c08e448f5c6fd035e2de8f51431b597 (diff)
downloaddove-41926c10ea2e8496ce4b528262f5047ccbe6f155.tar.xz
dove-41926c10ea2e8496ce4b528262f5047ccbe6f155.zip
Implement authentication system with login/logout functionality and session management
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index dd4d734..d8956de 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,7 @@ module dove
go 1.25.0
require (
+ github.com/gofiber/fiber/v2 v2.52.12
github.com/pelletier/go-toml/v2 v2.2.4
go.uber.org/zap v1.27.1
gorm.io/driver/sqlite v1.6.0
@@ -11,7 +12,6 @@ require (
require (
github.com/andybalholm/brotli v1.1.0 // indirect
- github.com/gofiber/fiber/v2 v2.52.12 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect