From 433a6e9a74bf33d00a23767715a705b986f5b07a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 09:01:57 +0000 Subject: [PATCH] Update module github.com/gofiber/jwt/v3 to v3.3.10 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0879378ca7..4498f5071d 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.17 require ( github.com/go-playground/validator/v10 v10.9.0 github.com/gofiber/fiber/v2 v2.35.0 - github.com/gofiber/jwt/v3 v3.2.1 + github.com/gofiber/jwt/v3 v3.3.10 github.com/gofiber/swagger v0.0.1 github.com/golang-jwt/jwt/v4 v4.1.0 github.com/gosimple/slug v1.11.2