fix(deps): Update module golang.org/x/tools to v0.45.0 (main)#21826
Open
renovate-sh-app[bot] wants to merge 1 commit into
Open
fix(deps): Update module golang.org/x/tools to v0.45.0 (main)#21826renovate-sh-app[bot] wants to merge 1 commit into
renovate-sh-app[bot] wants to merge 1 commit into
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
fb61e21 to
99aa3f0
Compare
| datasource | package | from | to | | ---------- | ------------------ | ------- | ------- | | go | golang.org/x/tools | v0.44.0 | v0.45.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
99aa3f0 to
1d42abb
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:
v0.44.0→v0.45.0Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.
Note
Medium Risk
Mostly a dependency/version bump, but it updates vendored
x/net/http2andx/net/idnaimplementations and swaps KDF logic to stdlib wrappers, which can affect HTTP/2 behavior and domain/crypto edge cases at runtime.Overview
Updates
golang.org/x/toolstov0.45.0and bumps relatedgolang.org/x/*modules (x/crypto,x/net,x/sys,x/text,x/mod,x/term), with correspondinggo.sumrefresh.Refreshes vendored code, including switching
x/cryptohkdf/pbkdf2to delegate to stdlibcrypto/hkdfandcrypto/pbkdf2(with panic-on-error semantics), and a substantialx/net/http2vendor update introducing Go 1.27 build-tagged “wrapping” implementations for server/transport plus API refactors and deprecations (e.g.,h2c).Updates vendored
x/net/idnato newer Unicode/TR46 behavior (Unicode 16 handling, revised validation/error codes, and removal of older generated/version-gated files), and adjusts minor internals like HPACK table entry handling.Reviewed by Cursor Bugbot for commit 1d42abb. Bugbot is set up for automated code reviews on this repo. Configure here.