Add logger and helmet fiber middlewares
This commit is contained in:
parent
cc4135d14b
commit
3d67ff9891
3 changed files with 10 additions and 1 deletions
1
go.mod
1
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue