Add logger and helmet fiber middlewares

This commit is contained in:
William Bouzourène 2024-12-23 11:40:35 +01:00
parent cc4135d14b
commit 3d67ff9891
3 changed files with 10 additions and 1 deletions

1
go.mod
View file

@ -6,6 +6,7 @@ require (
github.com/glebarez/sqlite v1.11.0
github.com/go-playground/validator v9.31.0+incompatible
github.com/gofiber/fiber/v2 v2.52.5
github.com/gofiber/helmet/v2 v2.2.26
github.com/gofiber/storage/badger/v2 v2.0.1
github.com/gofiber/template/django/v3 v3.1.12
github.com/golobby/dotenv v1.3.2