skopeo/vendor/golang.org/x/term
dependabot-preview[bot] be600975a9 Bump github.com/containers/storage from 1.25.0 to 1.26.0
Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.25.0 to 1.26.0.
- [Release notes](https://github.com/containers/storage/releases)
- [Changelog](https://github.com/containers/storage/blob/master/docs/containers-storage-changes.md)
- [Commits](https://github.com/containers/storage/compare/v1.25.0...v1.26.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-02-22 16:54:52 +01:00
..
AUTHORS Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00
CONTRIBUTING.md Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00
CONTRIBUTORS Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00
go.mod Bump github.com/containers/storage from 1.25.0 to 1.26.0 2021-02-22 16:54:52 +01:00
go.sum Bump github.com/containers/storage from 1.25.0 to 1.26.0 2021-02-22 16:54:52 +01:00
LICENSE Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00
PATENTS Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00
README.md Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00
term_plan9.go Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00
term_solaris.go Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00
term_unix_aix.go Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00
term_unix_bsd.go Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00
term_unix_linux.go Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00
term_unix_zos.go Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00
term_unix.go Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00
term_unsupported.go Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00
term_windows.go Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00
term.go Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00
terminal.go Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00

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.