mirror of
https://github.com/golang/net.git
synced 2026-03-31 18:37:08 +09:00
Use the AF_UNSPEC, AF_INET, AF_INET6 and SOCK_RAW constants from golang.org/x/sys instead of locally deriving them from the C headers (or hard coding them in the case of Windows). Change-Id: I37fe61d0435b6c615cd767eef38380db4b4af7b1 Reviewed-on: https://go-review.googlesource.com/c/net/+/53310 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
8 lines
172 B
Modula-2
8 lines
172 B
Modula-2
module golang.org/x/net
|
|
|
|
require (
|
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
|
|
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
|
|
golang.org/x/text v0.3.0
|
|
)
|