commit | a79de5458b56c188f4fc267a58014ac25fec956a | [log] [tgz] |
---|---|---|
author | Bryan C. Mills <bcmills@google.com> | Sun May 02 09:15:18 2021 -0400 |
committer | Bryan C. Mills <bcmills@google.com> | Mon May 03 06:03:54 2021 +0000 |
tree | 74b95e74af700861f2a159a5a73841495ee6ec69 | |
parent | c04ba851c2a451287ce12942595152e208390af9 [diff] |
go.mod: upgrade to go 1.17 This change was produced using 'go mod tidy -go=1.17' with a go command built at CL 315210. This activates lazy loading, and updates the go.mod file to maintain the lazy-loading invariants (namely, including an explicit requirement for every package transitively imported by the main module). Note that this does *not* prevent users with earlier go versions from successfully building packages from this module. For golang/go#36460. Change-Id: Iad25619ccbce82b91bbf51d13a79404c6e998dcc Reviewed-on: https://go-review.googlesource.com/c/term/+/316112 Trust: Bryan C. Mills <bcmills@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This repository provides Go terminal and console support packages.
The easiest way to install is to run go get -u golang.org/x/term
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/term
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the term repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/term:” in the subject line, so it is easy to find.