Update module github.com/gofiber/template to v1.6.25

[skip ci]
This commit is contained in:
Dependabot 2022-03-09 08:30:42 +01:00
parent d05a15c1af
commit 1ed2e57d65

2
go.mod
View file

@ -5,7 +5,7 @@ go 1.17
require (
github.com/go-redis/redis/v8 v8.11.4
github.com/gofiber/fiber/v2 v2.27.0
github.com/gofiber/template v1.6.23
github.com/gofiber/template v1.6.25
github.com/matoous/go-nanoid/v2 v2.0.0
)