Skip to content

Commit 45aade7

Browse files
JunyangShaogopherbot
authored andcommitted
[release-branch.go1.23] all: updates vendored x/net
This is to update module version to the fixed x/net. For #71984 Change-Id: I8f4357f14a7d44a782c131eb856b50a103be2f2d Reviewed-on: https://go-review.googlesource.com/c/go/+/654796 Reviewed-by: Junyang Shao <[email protected]> Auto-Submit: Junyang Shao <[email protected]> Reviewed-by: Michael Pratt <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent c01c4d4 commit 45aade7

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

Diff for: 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(#71985) 1.23.7 contains unreleased changes from vendored modules")
3736
goBin := testenv.GoToolPath(t)
3837

3938
// Ensure that all packages imported within GOROOT

Diff for: src/go.mod

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

55
require (
66
golang.org/x/crypto v0.23.1-0.20240603234054-0b431c7de36a
7-
golang.org/x/net v0.25.1-0.20240603202750-6249541f2a6c
7+
golang.org/x/net v0.25.1-0.20250304182835-b70a9e3eaa27
88
)
99

1010
require (

Diff for: src/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
golang.org/x/crypto v0.23.1-0.20240603234054-0b431c7de36a h1:37MIv+iGfwMYzWJECGyrPCtd5nuqcciRUeJfkNCkCf0=
22
golang.org/x/crypto v0.23.1-0.20240603234054-0b431c7de36a/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8=
3-
golang.org/x/net v0.25.1-0.20240603202750-6249541f2a6c h1:CR/7/SLUhIJw6g675eeoDiwggElO2MV9rGkNYjqi8GM=
4-
golang.org/x/net v0.25.1-0.20240603202750-6249541f2a6c/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
3+
golang.org/x/net v0.25.1-0.20250304182835-b70a9e3eaa27 h1:BLroQt2NWk69+mgdbJFxbd1Y6nc8r9UCc/iPQ0FgpNs=
4+
golang.org/x/net v0.25.1-0.20250304182835-b70a9e3eaa27/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
55
golang.org/x/sys v0.22.0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI=
66
golang.org/x/sys v0.22.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
77
golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4=

Diff for: src/vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ golang.org/x/crypto/hkdf
88
golang.org/x/crypto/internal/alias
99
golang.org/x/crypto/internal/poly1305
1010
golang.org/x/crypto/sha3
11-
# golang.org/x/net v0.25.1-0.20240603202750-6249541f2a6c
11+
# golang.org/x/net v0.25.1-0.20250304182835-b70a9e3eaa27
1212
## explicit; go 1.18
1313
golang.org/x/net/dns/dnsmessage
1414
golang.org/x/net/http/httpguts

0 commit comments

Comments
 (0)