diff options
| author | Nicholas S. Husin <nsh@golang.org> | 2026-04-06 10:02:15 -0400 |
|---|---|---|
| committer | Nicholas Husin <nsh@golang.org> | 2026-04-08 14:08:41 -0700 |
| commit | c0598ed41b610ebb2ba171c3b594ecf72bcb1a00 (patch) | |
| tree | 2f65ebb7cc8aaa6d86bbdf2ce5621b45f64b6f90 /src/cmd/go.mod | |
| parent | 7c5ab4118014acd1e7c0fc67028186a4985c0a28 (diff) | |
| download | go-c0598ed41b610ebb2ba171c3b594ecf72bcb1a00.tar.xz | |
all: update to x/net@056ac74
This brings in CL 762041, CL 763160, and CL 762040.
For #70914
Change-Id: Ieb9e5d59b233fda605fb3168f19f15ff8ca7da2b
Reviewed-on: https://go-review.googlesource.com/c/go/+/740121
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Nicholas Husin <husin@google.com>
Diffstat (limited to 'src/cmd/go.mod')
| -rw-r--r-- | src/cmd/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/go.mod b/src/cmd/go.mod index 1969e3630d..9a2085fab3 100644 --- a/src/cmd/go.mod +++ b/src/cmd/go.mod @@ -16,6 +16,6 @@ require ( require ( github.com/ianlancetaylor/demangle v0.0.0-20250417193237-f615e6bd150b // indirect - golang.org/x/text v0.33.1-0.20260122225119-3264de9174be // indirect + golang.org/x/text v0.35.0 // indirect rsc.io/markdown v0.0.0-20240306144322-0bf8f97ee8ef // indirect ) |
