From 1ed2e57d6518771cb0984545f8287c22f0788429 Mon Sep 17 00:00:00 2001 From: Dependabot Date: Wed, 9 Mar 2022 08:30:42 +0100 Subject: [PATCH] Update module github.com/gofiber/template to v1.6.25 [skip ci] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 319a1e4..a678170 100644 --- a/go.mod +++ b/go.mod @@ -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 )