caching/vendor/golang.org/x/term
knative-automation 9f992d13f5
upgrade to latest dependencies (#456)
bumping knative.dev/pkg b51994e...942c621:
  > 942c621 add prometheus condition (# 2088)
  > 554d133 Bump assorted dependencies (# 2096)
  > 2e62ba6 Add possibility to implement a deletion handler in a reconciler. (# 2089)
  > b80a192 Improve state reporting in kube checks (# 2082)

Signed-off-by: Knative Automation <automation@knative.team>
2021-04-19 22:24:35 -07:00
..
AUTHORS upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
CONTRIBUTING.md upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
CONTRIBUTORS upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
LICENSE upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
PATENTS upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
README.md upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
go.mod upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
go.sum upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
term.go upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
term_plan9.go upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
term_solaris.go upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
term_unix.go upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
term_unix_aix.go upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
term_unix_bsd.go upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
term_unix_linux.go upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
term_unix_zos.go upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
term_unsupported.go upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
term_windows.go upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
terminal.go upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00

README.md

Go terminal/console support

This repository provides Go terminal and console support packages.

Download/Install

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.

Report Issues / Send Patches

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.