func/vendor/golang.org/x/term
Matej Vasek ef7b986900
feat: Improve build performance (#569)
* Update buildpack deps

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Update licences

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Enable trust for paketo buildpack builder

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Enable trust-builder for newer versions of podman

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* fix style

Signed-off-by: Matej Vasek <mvasek@redhat.com>
2021-10-11 06:17:16 -07:00
..
AUTHORS Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
CONTRIBUTING.md Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
CONTRIBUTORS Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
LICENSE Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
PATENTS Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
README.md Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
go.mod feat: Improve build performance (#569) 2021-10-11 06:17:16 -07:00
go.sum feat: Improve build performance (#569) 2021-10-11 06:17:16 -07:00
term.go Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
term_plan9.go Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
term_unix.go Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
term_unix_bsd.go Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
term_unix_other.go Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
term_unsupported.go Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
term_windows.go Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
terminal.go Vendor dependencies (#531) 2021-09-16 04:42:39 -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.