From 3019a00cbc21b0da7c6e7c3c0dd383efd8ae8e33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 07:17:49 +0000 Subject: [PATCH] Update module github.com/gofiber/jwt/v3 to v3.3.9 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0879378ca7..8de43f4880 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.9 github.com/gofiber/swagger v0.0.1 github.com/golang-jwt/jwt/v4 v4.1.0 github.com/gosimple/slug v1.11.2