From cc8c570191301c2ab5d148a4f6b57543d514b736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 15:16:31 +0000 Subject: [PATCH] chore(deps): Bump github.com/golang-jwt/jwt/v5 Bumps the gomod group in /sdk/go with 1 update: [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt). Updates `github.com/golang-jwt/jwt/v5` from 5.2.2 to 5.3.1 - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Commits](https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.3.1) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v5 dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod ... Signed-off-by: dependabot[bot] --- sdk/go/go.mod | 2 +- sdk/go/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/go/go.mod b/sdk/go/go.mod index 6428dbf8..924580bd 100644 --- a/sdk/go/go.mod +++ b/sdk/go/go.mod @@ -2,4 +2,4 @@ module github.com/StringKe/xid/sdk/go go 1.22 -require github.com/golang-jwt/jwt/v5 v5.2.2 +require github.com/golang-jwt/jwt/v5 v5.3.1 diff --git a/sdk/go/go.sum b/sdk/go/go.sum index daf1a909..c0f72903 100644 --- a/sdk/go/go.sum +++ b/sdk/go/go.sum @@ -1,2 +1,2 @@ -github.com/golang-jwt/jwt/v5 v5.2.2 h1:Rl4B7itRWVtYIHFrSNd7vhTiz9UpLdi6gZhZ3wEeDy8= -github.com/golang-jwt/jwt/v5 v5.2.2/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk= +github.com/golang-jwt/jwt/v5 v5.3.1 h1:kYf81DTWFe7t+1VvL7eS+jKFVWaUnK9cB1qbwn63YCY= +github.com/golang-jwt/jwt/v5 v5.3.1/go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE=