From d03986e3f6596a20c1d25ca813bf538827fc66c8 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 26 May 2026 18:57:15 +0000
Subject: [PATCH] chore: bump the x group with 3 updates (#25696)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps the x group with 3 updates:
[golang.org/x/crypto](https://github.com/golang/crypto),
[golang.org/x/net](https://github.com/golang/net) and
[golang.org/x/sys](https://github.com/golang/sys).
Updates `golang.org/x/crypto` from 0.51.0 to 0.52.0
Commits
a1c0d99
go.mod: update golang.org/x dependencies
3c7c869
ssh: fix deadlock on unexpected channel responses
533fb3f
ssh: fix source-address critical option bypass
abbc44d
ssh: fix incorrect operator order
e052873
ssh: fix infinite loop on large channel writes due to integer
overflow
b61cf85
ssh: enforce user presence verification for security keys
9c2cd33
ssh: enforce strict limits on DSA key parameters
8907318
ssh: reject RSA keys with excessively large moduli
ffd87b4
ssh: fix panic when authority callbacks are nil
4e7a738
ssh: fix deadlock on unexpected global responses
- Additional commits viewable in compare
view
Updates `golang.org/x/net` from 0.54.0 to 0.55.0
Commits
7770ec4
go.mod: update golang.org/x dependencies
4ece7b6
html: escape greater-than symbol in doctype identifiers
08be507
html: improve Noah's Ark clause performance
a8fb2fe
html: properly render fostered elements in foreign content
0dc5b7a
html: properly check namespace in "in body" any other end
tag
a452f3c
html: ignore duplicate attributes during tokenization
f865199
quic: fix appendMaxDataFrame erroneously accumulating sentLimit
210ed3c
quic: establish a "happened-before" relationship between
stream write and read
ad8140e
quic: fix buffer slicing when handling overlapping stream data
23ee2ef
http2: avoid API changes when built with go1.27
- See full diff in compare
view
Updates `golang.org/x/sys` from 0.44.0 to 0.45.0
Commits
397d5f8
unix: update to Linux kernel 7.0
0a387f7
cpu: detect zbc extension on riscv64
758f71c
cpu: add LLACQ_SCREL, SCQ, DBAR_HINTS detection for loong64
99666ae
unix: merge Linux readv/writev implementation with Darwin/OpenBSD
e4444cb
windows: add NtSetEaFile, NtQueryEaFile and NtQueryInformationFile
04396e8
unix: add Readv, Writev, Preadv, Pwritev for OpenBSD
- See full diff in compare
view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
go.mod | 2 +-
go.sum | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/go.mod b/go.mod
index 54bfc271e9..c84156c8c0 100644
--- a/go.mod
+++ b/go.mod
@@ -228,7 +228,7 @@ require (
go.uber.org/goleak v1.3.1-0.20240429205332-517bace7cc29
go.uber.org/mock v0.6.0
go4.org/netipx v0.0.0-20230728180743-ad4cb58a6516
- golang.org/x/crypto v0.51.0
+ golang.org/x/crypto v0.52.0
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f
golang.org/x/mod v0.36.0
golang.org/x/net v0.55.0
diff --git a/go.sum b/go.sum
index 16ebc5d33b..314cc3fa1f 100644
--- a/go.sum
+++ b/go.sum
@@ -1378,8 +1378,8 @@ golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDf
golang.org/x/crypto v0.23.0/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8=
golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk=
golang.org/x/crypto v0.33.0/go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M=
-golang.org/x/crypto v0.51.0 h1:IBPXwPfKxY7cWQZ38ZCIRPI50YLeevDLlLnyC5wRGTI=
-golang.org/x/crypto v0.51.0/go.mod h1:8AdwkbraGNABw2kOX6YFPs3WM22XqI4EXEd8g+x7Oc8=
+golang.org/x/crypto v0.52.0 h1:RMs7fP2rXdep0CftQlK8Uf+kibLm7qkCcradZWYz988=
+golang.org/x/crypto v0.52.0/go.mod h1:1QgfPxDqh0T2M/elOJtp9RvuR95kVjir0e6/BvEmGbc=
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f h1:W3F4c+6OLc6H2lb//N1q4WpJkhzJCK5J6kUi1NTVXfM=
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f/go.mod h1:J1xhfL/vlindoeF/aINzNzt2Bket5bjo9sdOYzOsU80=
golang.org/x/image v0.41.0 h1:8wS72eGJMJaBxK6okTzd4WaXumUlTVlb753MlsSvTCo=