mirror of
https://github.com/golang/net.git
synced 2026-03-31 18:37:08 +09:00
This pulls in additional IP socket option constants. Change-Id: If8029a621cc5f9fdb1abfdc84561a2969b61bfd6 Reviewed-on: https://go-review.googlesource.com/c/net/+/304329 Trust: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
10 lines
179 B
Modula-2
10 lines
179 B
Modula-2
module golang.org/x/net
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
golang.org/x/sys v0.0.0-20210324051608-47abb6519492
|
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
|
|
golang.org/x/text v0.3.3
|
|
)
|