From 155be406021d8825b3ed58bf041887d46f6314c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 04:21:47 +0000 Subject: [PATCH] fix(deps): 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 82e098be7..7eaa66fe1 100644 --- a/go.mod +++ b/go.mod @@ -45,6 +45,7 @@ require ( github.com/go-resty/resty/v2 v2.17.2 github.com/go-webauthn/webauthn v0.18.0 github.com/golang-jwt/jwt/v4 v4.5.2 + github.com/golang-jwt/jwt/v5 v5.3.1 github.com/google/uuid v1.6.0 github.com/gorilla/websocket v1.5.3 github.com/halalcloud/golang-sdk-lite v0.0.0-20251105081800-78cbb6786c38 @@ -233,7 +234,6 @@ require ( github.com/go-sql-driver/mysql v1.8.1 // indirect github.com/go-webauthn/x v0.3.0 // indirect github.com/goccy/go-json v0.10.6 // indirect - github.com/golang-jwt/jwt/v5 v5.3.1 // indirect github.com/golang/protobuf v1.5.4 // indirect github.com/golang/snappy v1.0.0 // indirect github.com/google/go-tpm v0.9.8 // indirect