Skip to content

Commit ce1eedf

Browse files
authored
TOOLS-3797: update jwt to 5.2.2 (#779)
Changes are automated from running: `go mod edit -require=github.com/golang-jwt/jwt/[email protected]` `go mod tidy -v` `go mod vendor -v`
1 parent 09ade46 commit ce1eedf

File tree

8 files changed

+55
-25
lines changed

8 files changed

+55
-25
lines changed

cyclonedx.sbom.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -251,15 +251,15 @@
251251
"version": "v0.0.4"
252252
},
253253
{
254-
"bom-ref": "pkg:golang/github.com/golang-jwt/jwt/[email protected].1",
254+
"bom-ref": "pkg:golang/github.com/golang-jwt/jwt/[email protected].2",
255255
"externalReferences": [
256256
{
257257
"type": "vcs",
258258
"url": "https://github.com/golang-jwt/jwt"
259259
},
260260
{
261261
"type": "website",
262-
"url": "https://pkg.go.dev/github.com/golang-jwt/jwt/[email protected].1"
262+
"url": "https://pkg.go.dev/github.com/golang-jwt/jwt/[email protected].2"
263263
}
264264
],
265265
"group": "github.com/golang-jwt/jwt",
@@ -271,9 +271,9 @@
271271
}
272272
],
273273
"name": "v5",
274-
"purl": "pkg:golang/github.com/golang-jwt/jwt/[email protected].1",
274+
"purl": "pkg:golang/github.com/golang-jwt/jwt/[email protected].2",
275275
"type": "library",
276-
"version": "v5.2.1"
276+
"version": "v5.2.2"
277277
},
278278
{
279279
"bom-ref": "pkg:golang/github.com/google/[email protected]",
@@ -1333,7 +1333,7 @@
13331333
"ref": "pkg:golang/github.com/deckarep/golang-set/[email protected]"
13341334
},
13351335
{
1336-
"ref": "pkg:golang/github.com/golang-jwt/jwt/[email protected].1"
1336+
"ref": "pkg:golang/github.com/golang-jwt/jwt/[email protected].2"
13371337
},
13381338
{
13391339
"ref": "pkg:golang/github.com/golang/[email protected]"
@@ -1469,7 +1469,7 @@
14691469
}
14701470
],
14711471
"metadata": {
1472-
"timestamp": "2025-03-26T15:44:23.147449+00:00",
1472+
"timestamp": "2025-03-26T19:47:21.554404+00:00",
14731473
"tools": [
14741474
{
14751475
"externalReferences": [
@@ -1513,7 +1513,7 @@
15131513
]
15141514
},
15151515
"serialNumber": "urn:uuid:ecf433fd-8f8f-476e-bb32-15507acd4361",
1516-
"version": 24,
1516+
"version": 25,
15171517
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
15181518
"bomFormat": "CycloneDX",
15191519
"specVersion": "1.5",

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ require (
4141
github.com/AzureAD/microsoft-authentication-library-for-go v1.3.2 // indirect
4242
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
4343
github.com/davecgh/go-spew v1.1.1 // indirect
44-
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
44+
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
4545
github.com/golang/snappy v0.0.4 // indirect
4646
github.com/gopherjs/gopherjs v1.17.2 // indirect
4747
github.com/jmespath/go-jmespath v0.4.0 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ github.com/deckarep/golang-set/v2 v2.6.0 h1:XfcQbWM1LlMB8BsJ8N9vW5ehnnPVIw0je80N
2626
github.com/deckarep/golang-set/v2 v2.6.0/go.mod h1:VAky9rY/yGXJOLEDv3OMci+7wtDpOF4IN+y82NBOac4=
2727
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=
2828
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc=
29-
github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk=
30-
github.com/golang-jwt/jwt/v5 v5.2.1/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
29+
github.com/golang-jwt/jwt/v5 v5.2.2 h1:Rl4B7itRWVtYIHFrSNd7vhTiz9UpLdi6gZhZ3wEeDy8=
30+
github.com/golang-jwt/jwt/v5 v5.2.2/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
3131
github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=
3232
github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
3333
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=

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

+8-8
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

+2-2
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

+33-3
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ github.com/davecgh/go-spew/spew
125125
# github.com/deckarep/golang-set/v2 v2.6.0
126126
## explicit; go 1.18
127127
github.com/deckarep/golang-set/v2
128-
# github.com/golang-jwt/jwt/v5 v5.2.1
128+
# github.com/golang-jwt/jwt/v5 v5.2.2
129129
## explicit; go 1.18
130130
github.com/golang-jwt/jwt/v5
131131
# github.com/golang/snappy v0.0.4

0 commit comments

Comments
 (0)