From 7e99a787eff9818ab3a747ad44b9fb47fa1564db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 20:15:54 +0000 Subject: [PATCH] Update module github.com/golang-jwt/jwt/v4 to v5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6641f89..2853100 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.18 require ( github.com/cheshir/go-mq v1.2.0 github.com/gin-gonic/gin v1.9.1 - github.com/golang-jwt/jwt/v4 v4.5.0 + github.com/golang-jwt/jwt/v5 v5.2.1 github.com/golang-jwt/jwt/v5 v5.2.1 github.com/onsi/ginkgo v1.16.5 github.com/onsi/gomega v1.10.2