File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
15
15
"github.com/aws/aws-sdk-go-v2/service/marketplacemetering"
16
16
"github.com/aws/aws-sdk-go-v2/service/marketplacemetering/types"
17
17
18
- "github.com/golang-jwt/jwt/v4 "
18
+ "github.com/golang-jwt/jwt/v5 "
19
19
)
20
20
21
21
var (
Original file line number Diff line number Diff line change 7
7
"testing"
8
8
"time"
9
9
10
- "github.com/golang-jwt/jwt/v4 "
10
+ "github.com/golang-jwt/jwt/v5 "
11
11
)
12
12
13
13
func TestValidClaims (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/cert-manager/cert-manager v1.18.2
9
9
github.com/dlclark/regexp2 v1.11.5
10
10
github.com/gkampitakis/go-snaps v0.5.15
11
- github.com/golang-jwt/jwt/v4 v4.5.2
11
+ github.com/golang-jwt/jwt/v5 v5.3.0
12
12
github.com/google/go-cmp v0.7.0
13
13
github.com/gruntwork-io/terratest v0.50.0
14
14
github.com/jinzhu/copier v0.4.0
Original file line number Diff line number Diff line change @@ -169,6 +169,8 @@ github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
169
169
github.com/gogo/protobuf v1.3.2 /go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q =
170
170
github.com/golang-jwt/jwt/v4 v4.5.2 h1:YtQM7lnr8iZ+j5q71MGKkNw9Mn7AjHM68uc9g5fXeUI =
171
171
github.com/golang-jwt/jwt/v4 v4.5.2 /go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0 =
172
+ github.com/golang-jwt/jwt/v5 v5.3.0 h1:pv4AsKCKKZuqlgs5sUmn4x8UlGa0kEVt/puTpKx9vvo =
173
+ github.com/golang-jwt/jwt/v5 v5.3.0 /go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE =
172
174
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek =
173
175
github.com/golang/protobuf v1.5.4 /go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps =
174
176
github.com/gonvenience/bunt v1.3.5 h1:wSQquifvwEWtzn27k1ngLfeLaStyt0k1b/K6TrlCNAs =
You can’t perform that action at this time.
0 commit comments