]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/vendor, cmd/pprof: use golang.org/x/term directly
authorTobias Klauser <tklauser@distanz.ch>
Thu, 25 Mar 2021 20:26:18 +0000 (21:26 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Fri, 26 Mar 2021 06:03:20 +0000 (06:03 +0000)
commit98a902323f6406d39c068d60253a0872364041ac
tree4c2ecb9926469795d13e739ada4e6464a2380129
parent3a0061822e0bfa79f2a464807e12970f588e3e94
cmd/vendor, cmd/pprof: use golang.org/x/term directly

The cmd/pprof package currently uses golang.org/x/crypto/ssh/terminal
which - as of CL 258003 - is merely a wrapper around golang.org/x/term.

Thus, drop the dependency on golang.org/x/crypto/ssh/terminal and use
golang.org/x/term directly.

Change-Id: Ib15f1f110c338b9dba4a91a873171948ae6298a4
Reviewed-on: https://go-review.googlesource.com/c/go/+/304691
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/go.mod
src/cmd/pprof/readlineui.go
src/cmd/vendor/golang.org/x/crypto/ssh/terminal/terminal.go [deleted file]
src/cmd/vendor/modules.txt