caching/vendor/golang.org/x/term
knative-automation 08e34dbb9c
upgrade to latest dependencies (#609)
bumping knative.dev/hack cf8cbc0...e178598:
  > e178598 Update community files (# 157)
bumping knative.dev/pkg 80c511a...2fdd5f2:
  > 2fdd5f2 Update actions (# 2449)
  > 76a28b0 set git user name/email prior to merging upstream (# 2448)
  > fe26417 Allow overriding lease name for a reconciler (# 2435)
  > 9b5c411 allow overriding the default grace period of 45 seconds (# 2423)
  > 4c2331f Bump golang.org/x/crypto (# 2444)
  > 708dc1c Update community files (# 2443)
  > 062ca30 upgrade to latest dependencies (# 2433)
  > 4fcbc1b Update actions (# 2434)

Signed-off-by: Knative Automation <automation@knative.team>
2022-03-02 07:27:43 -08: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 (#520) 2021-08-29 23:30:28 -07:00
codereview.cfg upgrade to latest dependencies (#609) 2022-03-02 07:27:43 -08:00
go.mod upgrade to latest dependencies (#609) 2022-03-02 07:27:43 -08:00
go.sum upgrade to latest dependencies (#609) 2022-03-02 07:27:43 -08:00
term.go upgrade to latest dependencies (#609) 2022-03-02 07:27:43 -08:00
term_plan9.go upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
term_unix.go upgrade to latest dependencies (#609) 2022-03-02 07:27:43 -08:00
term_unix_bsd.go upgrade to latest dependencies (#520) 2021-08-29 23:30:28 -07:00
term_unix_other.go upgrade to latest dependencies (#609) 2022-03-02 07:27:43 -08:00
term_unsupported.go upgrade to latest dependencies (#520) 2021-08-29 23:30:28 -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

Go Reference

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.