Skip to content

Commit ab3f355

Browse files
authored
Merge pull request #589 from flatcar/dependabot/go_modules/github.com/golang-jwt/jwt/v5-5.2.2
build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2
2 parents aa37c6f + ccd8dc0 commit ab3f355

File tree

7 files changed

+50
-18
lines changed

7 files changed

+50
-18
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/flatcar/mantle
22

33
go 1.23
4+
toolchain go1.24.1
5+
46
require (
57
cloud.google.com/go/storage v1.30.1
68
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0
@@ -83,7 +85,7 @@ require (
8385
github.com/goccy/go-json v0.10.2 // indirect
8486
github.com/gogo/protobuf v1.3.2 // indirect
8587
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
86-
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
88+
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
8789
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
8890
github.com/google/btree v1.0.1 // indirect
8991
github.com/google/go-querystring v1.0.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
219219
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
220220
github.com/golang-jwt/jwt/v4 v4.5.1 h1:JdqV9zKUdtaa9gdPlywC3aeoEsR681PlKC+4F5gQgeo=
221221
github.com/golang-jwt/jwt/v4 v4.5.1/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=
222-
github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk=
223-
github.com/golang-jwt/jwt/v5 v5.2.1/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
222+
github.com/golang-jwt/jwt/v5 v5.2.2 h1:Rl4B7itRWVtYIHFrSNd7vhTiz9UpLdi6gZhZ3wEeDy8=
223+
github.com/golang-jwt/jwt/v5 v5.2.2/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
224224
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
225225
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
226226
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=

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

Lines changed: 8 additions & 8 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/SECURITY.md

Lines changed: 2 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/parser.go

Lines changed: 33 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: 1 addition & 1 deletion
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
@@ -405,7 +405,7 @@ github.com/gogo/protobuf/protoc-gen-gogo/descriptor
405405
# github.com/golang-jwt/jwt/v4 v4.5.1
406406
## explicit; go 1.16
407407
github.com/golang-jwt/jwt/v4
408-
# github.com/golang-jwt/jwt/v5 v5.2.1
408+
# github.com/golang-jwt/jwt/v5 v5.2.2
409409
## explicit; go 1.18
410410
github.com/golang-jwt/jwt/v5
411411
# github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da

0 commit comments

Comments
 (0)