aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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