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/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/go.mod')
| -rw-r--r-- | src/go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/go.mod b/src/go.mod index 2ac54d7b35..a8ebee0bd2 100644 --- a/src/go.mod +++ b/src/go.mod @@ -3,11 +3,11 @@ module std go 1.27 require ( - golang.org/x/crypto v0.47.1-0.20260113154411-7d0074ccc6f1 - golang.org/x/net v0.49.1-0.20260122225915-f2078620ee33 + golang.org/x/crypto v0.49.0 + golang.org/x/net v0.52.1-0.20260406204716-056ac742146a ) require ( golang.org/x/sys v0.42.1-0.20260320201212-a76ec62d6c53 // indirect - golang.org/x/text v0.33.1-0.20260122225119-3264de9174be // indirect + golang.org/x/text v0.35.0 // indirect ) |
