fix(deps): Update Go - #576
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/go
branch
from
July 17, 2026 11:38
66db879 to
8013c89
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/go
branch
7 times, most recently
from
July 27, 2026 18:37
3cc3a1e to
39dbe62
Compare
renovate
Bot
force-pushed
the
renovate/go
branch
8 times, most recently
from
August 6, 2026 05:00
46b16ea to
f3ad008
Compare
renovate
Bot
force-pushed
the
renovate/go
branch
6 times, most recently
from
August 14, 2026 06:43
16a91bf to
9fc6f92
Compare
renovate
Bot
force-pushed
the
renovate/go
branch
5 times, most recently
from
August 19, 2026 21:39
63843c4 to
1f532d0
Compare
renovate
Bot
force-pushed
the
renovate/go
branch
from
August 21, 2026 20:34
1f532d0 to
a2504f1
Compare
renovate
Bot
force-pushed
the
renovate/go
branch
20 times, most recently
from
September 3, 2026 06:05
8628d5a to
f5626d4
Compare
renovate
Bot
force-pushed
the
renovate/go
branch
7 times, most recently
from
September 9, 2026 10:39
21b10ae to
903bda7
Compare
renovate
Bot
force-pushed
the
renovate/go
branch
from
September 14, 2026 10:51
903bda7 to
859e524
Compare
renovate
Bot
force-pushed
the
renovate/go
branch
from
September 16, 2026 16:42
859e524 to
a1ac6d3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.0.12→v3.3.0v1.4.0→v1.5.2v1.14.0→v1.15.0v1.9.1→v1.10.2v1.11.1→v1.12.1v0.43.0→v0.44.0v2.0.7→v2.2.1v3.41.0→v3.51.1v0.54.0→v0.57.0v0.37.0→v0.41.0v0.47.0→v0.48.0v0.45.0→v0.46.0Release Notes
lestrrat-go/jwx (github.com/lestrrat-go/jwx/v3)
v3.3.0Compare Source
Security fix for GHSA-4cf7-xm37-g63h.
Custom claim, header, and JWK field names are now JSON-escaped on output.
Previously a name was written between the quotes as is, so a name containing
"could close its own member and add members the application never set.For example, calling
Setwith the namex":0,"adminproduced a signedtoken containing
"admin":true. Every name now yields exactly one member,and names that need no escaping serialize exactly as before.
See the Changes file for guidance on screening caller-supplied names.
Fixed in v4.5.0 and v3.3.0. v2, v1, and v0 are unmaintained and will not
receive a fix.
For more detailed release notes, see Changes.
What's Changed
Full Changelog: lestrrat-go/jwx@v3.2.0...v3.3.0
v3.2.0Compare Source
For more detailed release notes, see Changes.
What's Changed
Full Changelog: lestrrat-go/jwx@v3.1.1...v3.2.0
v3.1.1Compare Source
For more detailed release notes, see Changes.
What's Changed
f245a91to7bf9d82by @dependabot[bot] in #2065Full Changelog: lestrrat-go/jwx@v3.1.0...v3.1.1
v3.1.0Compare Source
See Changes file for curated list of changes
What's Changed
ce28e4bin examples by @lestrrat in #1621Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.