Skip to content

Commit 3965415

Browse files
Merge pull request #617 from validatedpatterns/konflux/mintmaker/main/github.com-golang-jwt-jwt-v5-5.x
chore(deps): update module github.com/golang-jwt/jwt/v5 to v5.3.1
2 parents 3399d2d + 36a08e6 commit 3965415

9 files changed

Lines changed: 43 additions & 28 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ require (
103103
github.com/gobwas/glob v0.2.3 // indirect
104104
github.com/gogo/protobuf v1.3.2 // indirect
105105
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
106-
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
106+
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
107107
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
108108
github.com/google/btree v1.1.3 // indirect
109109
github.com/google/gnostic-models v0.7.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
214214
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
215215
github.com/golang-jwt/jwt/v4 v4.5.2 h1:YtQM7lnr8iZ+j5q71MGKkNw9Mn7AjHM68uc9g5fXeUI=
216216
github.com/golang-jwt/jwt/v4 v4.5.2/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=
217-
github.com/golang-jwt/jwt/v5 v5.3.0 h1:pv4AsKCKKZuqlgs5sUmn4x8UlGa0kEVt/puTpKx9vvo=
218-
github.com/golang-jwt/jwt/v5 v5.3.0/go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE=
217+
github.com/golang-jwt/jwt/v5 v5.3.1 h1:kYf81DTWFe7t+1VvL7eS+jKFVWaUnK9cB1qbwn63YCY=
218+
github.com/golang-jwt/jwt/v5 v5.3.1/go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE=
219219
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ=
220220
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8/go.mod h1:wcDNUvekVysuuOpQKo3191zZyTpiI6se1N1ULghS0sw=
221221
github.com/golang/mock v1.4.4/go.mod h1:l3mdAwkq5BuhzHwde/uurv3sEJeZMXNpwsxVWU71h+4=

vendor/github.com/golang-jwt/jwt/v5/README.md

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang-jwt/jwt/v5/VERSION_HISTORY.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang-jwt/jwt/v5/parser.go

Lines changed: 13 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang-jwt/jwt/v5/parser_option.go

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang-jwt/jwt/v5/token.go

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang-jwt/jwt/v5/validator.go

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ github.com/gogo/protobuf/sortkeys
462462
# github.com/golang-jwt/jwt/v4 v4.5.2
463463
## explicit; go 1.16
464464
github.com/golang-jwt/jwt/v4
465-
# github.com/golang-jwt/jwt/v5 v5.3.0
465+
# github.com/golang-jwt/jwt/v5 v5.3.1
466466
## explicit; go 1.21
467467
github.com/golang-jwt/jwt/v5
468468
# github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8

0 commit comments

Comments
 (0)