Files
golang.net/go.mod
Tobias Klauser ac852fbbde http2/h2i: use x/term instead of x/crypto/ssh/terminal
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>
2020-12-09 12:38:23 +00:00

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
)