mirror of
https://github.com/golang/net.git
synced 2026-03-31 10:27:08 +09:00
Bring in https://go.dev/cl/419396 which fixes recmsg/sendmsg on AIX. Fixes golang/go#54099 Change-Id: Icd525e4feb4d8a045e5a7ea1c137a66311e5644a Reviewed-on: https://go-review.googlesource.com/c/net/+/419858 Auto-Submit: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
10 lines
179 B
Modula-2
10 lines
179 B
Modula-2
module golang.org/x/net
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
|
golang.org/x/text v0.3.7
|
|
)
|