]> Cypherpunks.ru repositories - gostls13.git/commit
cmd: update x/term to pull in CL 316112
authorBryan C. Mills <bcmills@google.com>
Mon, 3 May 2021 06:10:46 +0000 (02:10 -0400)
committerBryan C. Mills <bcmills@google.com>
Mon, 3 May 2021 18:23:31 +0000 (18:23 +0000)
commita144af91364cc9b4928ad80bdb7529b28a803508
treea138c8630fa299e28e4c4f6ab8016be0228034e6
parent8a4b7294af226f2628edc0ef2a7c45ecff6e06ff
cmd: update x/term to pull in CL 316112

Even though x/term is now lazy, this has no overall effect (yet) on
the contents of cmd/go.sum, because the dependency that would be
pruned out (an old version of x/sys) is still transitively required
through x/crypto, x/sys, and/or x/tools.

Once those modules are also lazy (CL 316109, CL 316111, and CL 315570
respectively), the extra go.sum entries for x/sys will drop out.

For #36460
Updates #36905

Change-Id: I79e715328f7c417ea20ae8fe4f8e0e3eb71ee6c7
Reviewed-on: https://go-review.googlesource.com/c/go/+/316250
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/go.mod
src/cmd/go.sum
src/cmd/vendor/golang.org/x/term/term.go
src/cmd/vendor/golang.org/x/term/term_solaris.go [deleted file]
src/cmd/vendor/golang.org/x/term/term_unix.go
src/cmd/vendor/golang.org/x/term/term_unix_linux.go [deleted file]
src/cmd/vendor/golang.org/x/term/term_unix_other.go [moved from src/cmd/vendor/golang.org/x/term/term_unix_aix.go with 63% similarity]
src/cmd/vendor/golang.org/x/term/term_unix_zos.go [deleted file]
src/cmd/vendor/modules.txt