Skip to content

Commit e4119e9

Browse files
JunyangShaogopherbot
authored andcommitted
[release-branch.go1.24] all: updates vendored x/net
This is to update module version to the fixed x/net. For #71984 Change-Id: I7d50e302e8ba7d3ee28df2669fc16f19c12cf088 Reviewed-on: https://go-review.googlesource.com/c/go/+/654795 Reviewed-by: Michael Pratt <mpratt@google.com> Auto-Submit: Junyang Shao <shaojunyang@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Junyang Shao <shaojunyang@google.com>
1 parent 339c903 commit e4119e9

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

src/cmd/internal/moddeps/moddeps_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import (
3333
// See issues 36852, 41409, and 43687.
3434
// (Also see golang.org/issue/27348.)
3535
func TestAllDependencies(t *testing.T) {
36-
t.Skip("TODO(#71986): 1.24.1 contains unreleased changes from vendored modules")
3736
goBin := testenv.GoToolPath(t)
3837

3938
// Ensure that all packages imported within GOROOT

src/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24
44

55
require (
66
golang.org/x/crypto v0.30.0
7-
golang.org/x/net v0.32.1-0.20250121202134-9a960c88dd98
7+
golang.org/x/net v0.32.1-0.20250304185419-76f9bf3279ef
88
)
99

1010
require (

src/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
golang.org/x/crypto v0.30.0 h1:RwoQn3GkWiMkzlX562cLB7OxWvjH1L8xutO2WoJcRoY=
22
golang.org/x/crypto v0.30.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk=
3-
golang.org/x/net v0.32.1-0.20250121202134-9a960c88dd98 h1:36bTiCRO7f/J3t+LumnLTJDXqxsp1x6Q7754SsRD9u4=
4-
golang.org/x/net v0.32.1-0.20250121202134-9a960c88dd98/go.mod h1:CwU0IoeOlnQQWJ6ioyFrfRuomB8GKF6KbYXZVyeXNfs=
3+
golang.org/x/net v0.32.1-0.20250304185419-76f9bf3279ef h1:oQtTn7aH5kyi7dPmG2Eot3aG1XBwnkrX+zIq+lNeZeM=
4+
golang.org/x/net v0.32.1-0.20250304185419-76f9bf3279ef/go.mod h1:CwU0IoeOlnQQWJ6ioyFrfRuomB8GKF6KbYXZVyeXNfs=
55
golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA=
66
golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
77
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=

src/vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ golang.org/x/crypto/cryptobyte
66
golang.org/x/crypto/cryptobyte/asn1
77
golang.org/x/crypto/internal/alias
88
golang.org/x/crypto/internal/poly1305
9-
# golang.org/x/net v0.32.1-0.20250121202134-9a960c88dd98
9+
# golang.org/x/net v0.32.1-0.20250304185419-76f9bf3279ef
1010
## explicit; go 1.18
1111
golang.org/x/net/dns/dnsmessage
1212
golang.org/x/net/http/httpguts

0 commit comments

Comments
 (0)