go-net/icmp
Dmitri Shuralyov d23d9bc549 all: update go directive to 1.18
Done with:

go get go@1.18
go mod tidy
go fix ./...

Using go1.21.3.

With a manual change to keep golang.org/x/net/context testing itself,
not context in the standard library.

For golang/go#60268.

Change-Id: I00682bf7cf1e3ba4370e2a3e7f63dc245b294a36
Reviewed-on: https://go-review.googlesource.com/c/net/+/534241
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
2023-10-11 21:58:12 +00:00
..
diag_test.go all: add GOOS=ios 2020-09-23 18:22:12 +00:00
dstunreach.go icmp: add simple multipart message validation 2019-03-11 03:10:20 +00:00
echo.go icmp: add simple multipart message validation 2019-03-11 03:10:20 +00:00
endpoint.go all: add GOOS=ios 2020-09-23 18:22:12 +00:00
example_test.go all: add GOOS=ios 2020-09-23 18:22:12 +00:00
extension.go icmp: add simple multipart message validation 2019-03-11 03:10:20 +00:00
extension_test.go icmp: fix InterfaceIdent.Index handling 2018-11-02 09:11:32 +00:00
helper_posix.go all: update go directive to 1.18 2023-10-11 21:58:12 +00:00
interface.go icmp, webdav/internal/xml: avoid string(int) 2020-05-13 18:57:01 +00:00
ipv4.go all: add GOOS=ios 2020-09-23 18:22:12 +00:00
ipv4_test.go all: add GOOS=ios 2020-09-23 18:22:12 +00:00
ipv6.go all: make copyright headers consistent with one space after period 2016-11-07 23:52:11 +00:00
listen_posix.go all: update go directive to 1.18 2023-10-11 21:58:12 +00:00
listen_stub.go all: update go directive to 1.18 2023-10-11 21:58:12 +00:00
message.go icmp: add port for aix/ppc64 2019-04-19 01:02:53 +00:00
message_test.go icmp: add simple multipart message validation 2019-03-11 03:10:20 +00:00
messagebody.go icmp: add simple multipart message validation 2019-03-11 03:10:20 +00:00
mpls.go icmp: fix typo 2018-05-30 03:41:48 +00:00
multipart.go all: correct typos in comments 2023-02-07 17:08:46 +00:00
multipart_test.go icmp: add simple multipart message validation 2019-03-11 03:10:20 +00:00
packettoobig.go icmp: add support for extended echo request and echo reply messages 2018-03-20 00:21:17 +00:00
paramprob.go icmp: add simple multipart message validation 2019-03-11 03:10:20 +00:00
sys_freebsd.go x/net/icmp: new package 2014-12-03 12:32:52 +09:00
timeexceeded.go icmp: add simple multipart message validation 2019-03-11 03:10:20 +00:00