go/src/net
Carlos Amedee 78eadf5b3d all: update vendored dependencies [generated]
The Go 1.25 RC is due soon. This is the time to once again update all
golang.org/x/... module versions that contribute packages to the std and
cmd modules in the standard library to latest master versions.

For #36905.

[git-generate]
go install golang.org/x/build/cmd/updatestd@latest
go install golang.org/x/tools/cmd/bundle@latest
updatestd -goroot=$(pwd) -branch=master

cat << EOF | patch
diff --git a/src/cmd/go/testdata/script/test_json_build.txt b/src/cmd/go/testdata/script/test_json_build.txt
index df8863ae03..2a572ace72 100644
--- a/src/cmd/go/testdata/script/test_json_build.txt
+++ b/src/cmd/go/testdata/script/test_json_build.txt
@@ -56,7 +56,7 @@ stdout '"Action":"fail","Package":"m/cycle/p","Elapsed":.*,"FailedBuild":"m/cycl
 ! go test -json -o=$devnull ./veterror
 stdout '"ImportPath":"m/veterror \[m/veterror.test\]","Action":"build-output","Output":"# m/veterror\\n"'
 stdout '"ImportPath":"m/veterror \[m/veterror.test\]","Action":"build-output","Output":"# \[m/veterror\]\\n"'
-stdout '"ImportPath":"m/veterror \[m/veterror.test\]","Action":"build-output","Output":"veterror(/|\\\\)main_test.go:9:9: fmt.Printf format %s reads arg #1, but call has 0 args\\n"'
+stdout '"ImportPath":"m/veterror \[m/veterror.test\]","Action":"build-output","Output":"veterror(/|\\\\)main_test.go:9:21: fmt.Printf format %s reads arg #1, but call has 0 args\\n"'
 stdout '"ImportPath":"m/veterror \[m/veterror.test\]","Action":"build-fail"'
 stdout '"Action":"start","Package":"m/veterror"'
 stdout '"Action":"output","Package":"m/veterror","Output":"FAIL\\tm/veterror \[build failed\]\\n"'
EOF

Change-Id: I6a8d35acdeab90c3bbd6395b8b1abb021673b5cb
Reviewed-on: https://go-review.googlesource.com/c/go/+/678556
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
2025-06-06 10:04:27 -07:00
..
http all: update vendored dependencies [generated] 2025-06-06 10:04:27 -07:00
internal net/internal/cgotest: don't try to use cgo with netgo build tag 2024-11-05 17:10:13 +00:00
mail net/mail: use sync.OnceValue to build dateLayouts 2025-03-11 13:47:59 -07:00
netip internal/byteorder: use canonical Go casing in names 2024-11-20 20:59:28 +00:00
rpc all: use a more straightforward return value 2025-02-18 09:28:50 -08:00
smtp net/smtp: make test certificate FIPS 140-3 compliant 2025-03-20 08:07:01 -07:00
testdata
textproto net/textproto: document enforcement of RFC 9112 for headers 2025-03-03 22:12:55 -08:00
url net/url: clarify why @ is allowed in userinfo 2025-04-16 15:01:23 -07:00
addrselect.go net: replace sort with slices for address and DNS record sorting 2024-07-31 22:06:36 +00:00
addrselect_test.go
cgo_aix.go
cgo_android.go
cgo_bsd.go
cgo_darwin.go
cgo_linux.go
cgo_netbsd.go
cgo_openbsd.go
cgo_resnew.go
cgo_resold.go
cgo_socknew.go
cgo_sockold.go
cgo_solaris.go os: employ sendfile(2) for file-to-file copying on SunOS when needed 2024-08-12 18:44:38 +00:00
cgo_stub.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
cgo_unix.go net: properly wrap context cancellation errors and return DNSErrors consistently 2025-02-25 09:40:57 -08:00
cgo_unix_cgo.go net: detect EAI_ADDRFAMILY for cgo host lookup on FreeBSD 2024-10-07 20:52:38 +00:00
cgo_unix_cgo_res.go net: don't return errno from _C_res_nsearch 2024-02-07 23:50:56 +00:00
cgo_unix_cgo_resn.go net: don't return errno from _C_res_nsearch 2024-02-07 23:50:56 +00:00
cgo_unix_syscall.go net: detect EAI_ADDRFAMILY for cgo host lookup on FreeBSD 2024-10-07 20:52:38 +00:00
cgo_unix_test.go
conf.go net: improve GODEBUG=netdns=1 debug messages 2024-09-30 12:39:31 +00:00
conf_test.go net: don't force cgo resolver for .local subdomain queries 2024-02-26 20:46:36 +00:00
conn_test.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
dial.go net: document ctx argument to ListenConfig.Listen/ListenPacket 2024-10-21 18:16:19 +00:00
dial_test.go net: add KeepAliveConfig and implement SetKeepAliveConfig 2024-02-20 06:04:31 +00:00
dial_unix_test.go
dnsclient.go all: document legacy //go:linkname for modules with ≥500 dependents 2024-05-23 01:16:53 +00:00
dnsclient_test.go
dnsclient_unix.go cmd,log,net,runtime: simplify string prefix and suffix processing 2024-07-29 21:29:17 +00:00
dnsclient_unix_test.go net: accept a valid IP address in LookupMX 2025-02-24 15:01:37 -08:00
dnsconfig.go all: document legacy //go:linkname for final round of modules 2024-05-29 17:58:53 +00:00
dnsconfig_unix.go net: use stringslite.HasPrefix 2024-05-02 22:14:43 +00:00
dnsconfig_unix_test.go net: use slices and maps to clean up tests 2024-07-25 00:20:13 +00:00
dnsconfig_windows.go net: fixes to dnsReadConfig in dnsconfig_windows.go 2024-03-15 10:25:02 +00:00
dnsname_test.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
error_plan9.go
error_plan9_test.go net: remove unused errTimedout 2023-08-31 16:59:22 +00:00
error_posix.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
error_posix_test.go
error_test.go net,os: support converting between *os.File and net.Conn on Windows 2025-05-05 04:05:18 -07:00
error_unix.go
error_unix_test.go net: remove unused errTimedout 2023-08-31 16:59:22 +00:00
error_windows.go
error_windows_test.go net: remove unused errTimedout 2023-08-31 16:59:22 +00:00
example_test.go net: fix example function name for IP.To4 2024-12-12 13:01:47 -08:00
external_test.go net: don't test with leading 0 in ipv4 addresses 2025-05-12 12:34:25 -07:00
fd_fake.go net: use runtime.AddCleanup instead of runtime.SetFinalizer 2025-05-23 14:59:20 -07:00
fd_js.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
fd_plan9.go net: unblock UDP Reads upon Close on plan9, add test 2025-03-11 08:30:42 -07:00
fd_posix.go net: use runtime.AddCleanup instead of runtime.SetFinalizer 2025-05-23 14:59:20 -07:00
fd_unix.go net,os: support converting between *os.File and net.Conn on Windows 2025-05-05 04:05:18 -07:00
fd_wasip1.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
fd_windows.go net: use closesocket when closing socket os.File's on Windows 2025-05-14 22:21:50 -07:00
file.go net,os: support converting between *os.File and net.Conn on Windows 2025-05-05 04:05:18 -07:00
file_plan9.go net: add KeepAliveConfig and implement SetKeepAliveConfig 2024-02-20 06:04:31 +00:00
file_posix.go net,os: support converting between *os.File and net.Conn on Windows 2025-05-05 04:05:18 -07:00
file_stub.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
file_test.go net: use closesocket when closing socket os.File's on Windows 2025-05-14 22:21:50 -07:00
file_unix.go net,os: support converting between *os.File and net.Conn on Windows 2025-05-05 04:05:18 -07:00
file_unix_test.go
file_wasip1.go
file_wasip1_test.go runtime/internal: clean up completely 2025-03-11 12:26:32 -07:00
file_windows.go net: use closesocket when closing socket os.File's on Windows 2025-05-14 22:21:50 -07:00
hook.go net: add KeepAliveConfig and implement SetKeepAliveConfig 2024-02-20 06:04:31 +00:00
hook_plan9.go net: respect hosts file when resolving names for Windows 2023-09-04 07:21:38 +00:00
hook_unix.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
hook_windows.go net: respect hosts file when resolving names for Windows 2023-09-04 07:21:38 +00:00
hosts.go net: respect hosts file when resolving names for Windows 2023-09-04 07:21:38 +00:00
hosts_test.go net: use slices and maps to clean up tests 2024-07-25 00:20:13 +00:00
interface.go net: permit Interface with no Name 2025-02-03 12:11:12 -08:00
interface_aix.go
interface_bsd.go internal/routebsd: simplify for standard library 2025-02-03 12:11:07 -08:00
interface_bsd_test.go
interface_bsdvar.go internal/routebsd: simplify for standard library 2025-02-03 12:11:07 -08:00
interface_darwin.go internal/routebsd: simplify for standard library 2025-02-03 12:11:07 -08:00
interface_freebsd.go internal/routebsd: simplify for standard library 2025-02-03 12:11:07 -08:00
interface_linux.go net: avoid unnecessary interface lookup fetching all interface addresses 2024-12-11 10:02:08 -08:00
interface_linux_test.go
interface_plan9.go net: fix parsing of interfaces on plan9 without associated devices 2025-03-03 08:07:04 -08:00
interface_solaris.go
interface_stub.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
interface_test.go net: permit Interface with no Name 2025-02-03 12:11:12 -08:00
interface_unix_test.go net: tolerate permission errors in interface tests 2023-07-18 23:51:35 +00:00
interface_windows.go internal/syscall/windows: use unsafe.Pointer instead of uintptr 2025-04-04 10:40:19 -07:00
ip.go net,net/netip: implement the encoding.(Binary|Text)Appender 2024-09-23 18:10:51 +00:00
ip_test.go net,net/netip: implement the encoding.(Binary|Text)Appender 2024-09-23 18:10:51 +00:00
iprawsock.go net: add available godoc link 2024-01-10 03:29:50 +00:00
iprawsock_plan9.go
iprawsock_posix.go net: fix typo in ctrlCtxFn parameter name 2024-05-16 16:54:32 +00:00
iprawsock_test.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
ipsock.go all: document legacy //go:linkname for final round of modules 2024-05-29 17:58:53 +00:00
ipsock_plan9.go net: properly wrap context cancellation errors and return DNSErrors consistently 2025-02-25 09:40:57 -08:00
ipsock_plan9_test.go
ipsock_posix.go all: document legacy //go:linkname for final round of modules 2024-05-29 17:58:53 +00:00
ipsock_test.go
listen_test.go net: support IPv6 addresses in ListenMulticastUDP on Windows 2025-04-30 08:34:01 -07:00
lookup.go net: accept a valid IP address in LookupMX 2025-02-24 15:01:37 -08:00
lookup_plan9.go net: return proper error from Context 2025-02-26 14:16:12 -08:00
lookup_test.go net: use slices.Contains{,Func} in lookup tests 2024-10-11 22:36:26 +00:00
lookup_unix.go net: simplify readProtocols via sync.OnceFunc 2025-04-19 16:11:06 -07:00
lookup_windows.go net: fix deadlock in lookupProtocol on Windows 2025-05-12 12:27:33 -07:00
lookup_windows_test.go net: use slices and maps to clean up tests 2024-07-25 00:20:13 +00:00
mac.go
mac_test.go
main_cloexec_test.go
main_conf_test.go net: move go/cgo resolver forcing functions to one file 2024-02-19 20:29:27 +00:00
main_plan9_test.go net,os: support converting between *os.File and net.Conn on Windows 2025-05-05 04:05:18 -07:00
main_posix_test.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
main_test.go net: use strings.SplitSeq and bytes.SplitSeq 2025-02-04 17:20:47 -08:00
main_unix_test.go net,os: support converting between *os.File and net.Conn on Windows 2025-05-05 04:05:18 -07:00
main_wasm_test.go net,os: support converting between *os.File and net.Conn on Windows 2025-05-05 04:05:18 -07:00
main_windows_test.go net,os: support converting between *os.File and net.Conn on Windows 2025-05-05 04:05:18 -07:00
mockserver_test.go net,os: support converting between *os.File and net.Conn on Windows 2025-05-05 04:05:18 -07:00
mptcpsock_linux.go net: use correct address family when testing for MPTCP support 2024-09-30 18:30:23 +00:00
mptcpsock_linux_test.go net: mptcp: force using MPTCP with GODEBUG 2023-07-11 00:36:57 +00:00
mptcpsock_stub.go
net.go net,os: support converting between *os.File and net.Conn on Windows 2025-05-05 04:05:18 -07:00
net_fake.go runtime: disable use of runnext on wasm 2024-02-27 19:24:21 +00:00
net_fake_test.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
net_test.go net: avoid windows hang in TestCloseWrite 2025-05-15 07:44:10 -07:00
net_windows_test.go all: surround -test.run arguments with ^$ 2025-02-25 10:58:29 -08:00
netcgo_off.go
netcgo_on.go
netgo_netcgo.go
netgo_off.go
netgo_on.go
nss.go
nss_test.go
packetconn_test.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
parse.go all: make use of stringslite.{HasPrefix, HasSuffix} 2024-05-06 14:00:54 +00:00
parse_test.go net: skip TestReadLine if /etc/services does not exist 2024-02-24 00:04:48 +00:00
pipe.go net: add available godoc link 2024-01-10 03:29:50 +00:00
pipe_test.go
platform_plan9_test.go net: run unix socket stream tests on Windows 2025-03-26 13:22:29 -07:00
platform_test.go net: run unix socket stream tests on Windows 2025-03-26 13:22:29 -07:00
platform_unix_test.go net: run unix socket stream tests on Windows 2025-03-26 13:22:29 -07:00
platform_windows_test.go net: run unix socket stream tests on Windows 2025-03-26 13:22:29 -07:00
port.go
port_test.go
port_unix.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
protoconn_test.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
rawconn.go net: add available godoc link 2024-01-10 03:29:50 +00:00
rawconn_stub_test.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
rawconn_test.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
rawconn_unix_test.go
rawconn_windows_test.go net: run unix socket stream tests on Windows 2025-03-26 13:22:29 -07:00
resolverdialfunc_test.go net: use slices and maps to clean up tests 2024-07-25 00:20:13 +00:00
rlimit_js.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
rlimit_unix.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
sendfile.go net: avoid using Windows' TransmitFile on non-server machines 2025-05-20 11:06:59 -07:00
sendfile_nonwindows.go net: avoid using Windows' TransmitFile on non-server machines 2025-05-20 11:06:59 -07:00
sendfile_stub.go net: avoid using Windows' TransmitFile on non-server machines 2025-05-20 11:06:59 -07:00
sendfile_test.go net: avoid using Windows' TransmitFile on non-server machines 2025-05-20 11:06:59 -07:00
sendfile_unix_test.go internal/poll: in SendFile treat ENOTSUP like EOPNOTSUPP 2024-12-11 17:52:03 -08:00
sendfile_windows.go net: avoid using Windows' TransmitFile on non-server machines 2025-05-20 11:06:59 -07:00
server_test.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
sock_bsd.go
sock_cloexec.go net: separate the Solaris fast/slow path of setting SOCK_* from others 2024-04-14 18:17:25 +00:00
sock_cloexec_solaris.go net: separate the Solaris fast/slow path of setting SOCK_* from others 2024-04-14 18:17:25 +00:00
sock_linux.go
sock_linux_test.go
sock_plan9.go
sock_posix.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
sock_stub.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
sock_windows.go net: clarify maxListenerBacklog windows implementation 2024-01-08 18:52:56 +00:00
sockaddr_posix.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
sockopt_aix.go
sockopt_bsd.go
sockopt_fake.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
sockopt_linux.go
sockopt_plan9.go
sockopt_posix.go net: fix ListenMulitcastUDP to work properly when interface has no IPv4 2025-02-06 09:36:55 -08:00
sockopt_solaris.go
sockopt_windows.go
sockoptip4_bsdvar.go net: fix ListenMulitcastUDP to work properly when interface has no IPv4 2025-02-06 09:36:55 -08:00
sockoptip4_linux.go net: fix ListenMulitcastUDP to work properly when interface has no IPv4 2025-02-06 09:36:55 -08:00
sockoptip4_posix_nonlinux.go net: fix ListenMulitcastUDP to work properly when interface has no IPv4 2025-02-06 09:36:55 -08:00
sockoptip4_windows.go net: fix ListenMulitcastUDP to work properly when interface has no IPv4 2025-02-06 09:36:55 -08:00
sockoptip6_posix.go net: fix ListenMulitcastUDP to work properly when interface has no IPv4 2025-02-06 09:36:55 -08:00
sockoptip_stub.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
splice_linux.go internal/poll, net, os: remove poll.Splice syscall name return value 2024-04-02 21:49:26 +00:00
splice_linux_test.go internal/poll, net, os: remove poll.Splice syscall name return value 2024-04-02 21:49:26 +00:00
splice_stub.go net,os: arrange zero-copy of os.File and net.TCPConn to net.UnixConn 2023-11-17 23:16:28 +00:00
sys_cloexec.go
tcpconn_keepalive_conf_darwin_test.go net: support TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT on newer Windows 2024-03-07 16:02:18 +00:00
tcpconn_keepalive_conf_posix_test.go net: bifurcate the TCP Keep-Alive mechanism into Solaris and illumos 2024-04-14 18:17:21 +00:00
tcpconn_keepalive_conf_solaris_test.go net: implement TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT on Solaris 11.4 2024-04-15 03:10:07 +00:00
tcpconn_keepalive_conf_unix_test.go net: implement TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT on Solaris 11.4 2024-04-15 03:10:07 +00:00
tcpconn_keepalive_conf_windows_test.go net,internal/syscall/windows: prove that keep alive options exists 2024-03-21 11:49:35 +00:00
tcpconn_keepalive_illumos_test.go net: bifurcate the TCP Keep-Alive mechanism into Solaris and illumos 2024-04-14 18:17:21 +00:00
tcpconn_keepalive_posix_test.go net: support TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT on newer Windows 2024-03-07 16:02:18 +00:00
tcpconn_keepalive_solaris_test.go net: implement TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT on Solaris 11.4 2024-04-15 03:10:07 +00:00
tcpconn_keepalive_test.go net: implement TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT on Solaris 11.4 2024-04-15 03:10:07 +00:00
tcpsock.go net,os: support converting between *os.File and net.Conn on Windows 2025-05-05 04:05:18 -07:00
tcpsock_plan9.go net: add KeepAliveConfig and implement SetKeepAliveConfig 2024-02-20 06:04:31 +00:00
tcpsock_posix.go net: fix typo in ctrlCtxFn parameter name 2024-05-16 16:54:32 +00:00
tcpsock_solaris.go net: implement TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT on Solaris 11.4 2024-04-15 03:10:07 +00:00
tcpsock_test.go net: add KeepAliveConfig and implement SetKeepAliveConfig 2024-02-20 06:04:31 +00:00
tcpsock_unix.go net: implement TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT on Solaris 11.4 2024-04-15 03:10:07 +00:00
tcpsock_unix_test.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
tcpsock_windows.go net,internal/syscall/windows: prove that keep alive options exists 2024-03-21 11:49:35 +00:00
tcpsockopt_darwin.go net: add KeepAliveConfig and implement SetKeepAliveConfig 2024-02-20 06:04:31 +00:00
tcpsockopt_openbsd.go net: add KeepAliveConfig and implement SetKeepAliveConfig 2024-02-20 06:04:31 +00:00
tcpsockopt_plan9.go net: add KeepAliveConfig and implement SetKeepAliveConfig 2024-02-20 06:04:31 +00:00
tcpsockopt_posix.go
tcpsockopt_solaris.go net: implement TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT on Solaris 11.4 2024-04-15 03:10:07 +00:00
tcpsockopt_stub.go net: add KeepAliveConfig and implement SetKeepAliveConfig 2024-02-20 06:04:31 +00:00
tcpsockopt_unix.go net: bifurcate the TCP Keep-Alive mechanism into Solaris and illumos 2024-04-14 18:17:21 +00:00
tcpsockopt_windows.go net,internal/syscall/windows: prove that keep alive options exists 2024-03-21 11:49:35 +00:00
timeout_test.go all: use built-in max/min to simplify the code 2025-04-07 12:59:28 -07:00
udpsock.go net: add godoc links on UDP related symbols 2024-07-22 18:33:24 +00:00
udpsock_plan9.go
udpsock_plan9_test.go
udpsock_posix.go net: fix typo in ctrlCtxFn parameter name 2024-05-16 16:54:32 +00:00
udpsock_test.go all: skip and fix various tests with -asan and -msan 2024-10-28 21:04:51 +00:00
unixsock.go net,os: support converting between *os.File and net.Conn on Windows 2025-05-05 04:05:18 -07:00
unixsock_linux_test.go syscall: allow \x00-prefixed unix abstract socket to use full path length 2025-02-24 09:43:24 -08:00
unixsock_plan9.go
unixsock_posix.go net: fix typo in ctrlCtxFn parameter name 2024-05-16 16:54:32 +00:00
unixsock_readmsg_cloexec.go
unixsock_readmsg_cmsg_cloexec.go
unixsock_readmsg_other.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
unixsock_readmsg_test.go
unixsock_test.go net,os: support converting between *os.File and net.Conn on Windows 2025-05-05 04:05:18 -07:00
unixsock_windows_test.go syscall: allow \x00-prefixed unix abstract socket to use full path length 2025-02-24 09:43:24 -08:00
write_unix_test.go
writev_test.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
writev_unix.go