Update go.mod/go.sum for jwt-go to golang-jwt/jwt/v5 swap

This commit is contained in:
Ryan Noblett 2026-05-20 13:13:11 -04:00
parent e8d5e075a5
commit 04a8395ef8
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -2,4 +2,4 @@ module github.com/openshift-lab/demo-secure
go 1.22 go 1.22
require github.com/dgrijalva/jwt-go v3.2.0+incompatible require github.com/golang-jwt/jwt/v5 v5.3.1

4
go.sum
View File

@ -1,2 +1,2 @@
github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM= github.com/golang-jwt/jwt/v5 v5.3.1 h1:kYf81DTWFe7t+1VvL7eS+jKFVWaUnK9cB1qbwn63YCY=
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/golang-jwt/jwt/v5 v5.3.1/go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE=