From 55831c9bf1ed592c688fe98b621d31e78b136c9c Mon Sep 17 00:00:00 2001 From: renovate Date: Sat, 2 Dec 2023 00:03:37 +0000 Subject: [PATCH] fix(deps): update module github.com/golang-jwt/jwt/v5 to v5.2.0 (cherry picked from commit 974d4fa5acc3a5fdab8b7b3600b6f4d6534d9852) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 826c6a756ea..c39acf92fb2 100644 --- a/go.mod +++ b/go.mod @@ -35,7 +35,7 @@ require ( github.com/go-sql-driver/mysql v1.7.1 github.com/go-testfixtures/testfixtures/v3 v3.9.0 github.com/gocarina/gocsv v0.0.0-20230616125104-99d496ca653d - github.com/golang-jwt/jwt/v5 v5.0.0 + github.com/golang-jwt/jwt/v5 v5.2.0 github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 github.com/google/uuid v1.4.0 github.com/hashicorp/go-version v1.6.0