mirror of
https://github.com/golang/net.git
synced 2026-04-01 02:47:08 +09:00
The x/crypto/ssh/terminal package was moved to x/term in CL 258001 and the implementation replaced by wrappers in CL 258003. Use x/term directly to reduce dependencies. Change-Id: I4cf50bde60f8534e633cb4989da342af279203ec Reviewed-on: https://go-review.googlesource.com/c/net/+/275477 Trust: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Filippo Valsorda <filippo@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@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-20201119102817-f84b799fce68
|
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
|
|
golang.org/x/text v0.3.3
|
|
)
|