containerd/vendor/golang.org/x/term
Daniel Canter e634f04d8c go.mod: update kubernetes to v1.22.0
This brings in some cri api changes for cgroups, Windows pod sandbox security
context changes and some new fields for the Windows version of a privileged
container.

This also unfortunately bumps the prometheus client, grpc middleware, bolt
and klog :(

Signed-off-by: Daniel Canter <dcanter@microsoft.com>
2021-08-09 16:16:54 -04:00
..
AUTHORS go.mod: github.com/containerd/imgcrypt v1.1.1-0.20210412181126-0bed51b9522c 2021-04-13 01:06:38 +02:00
CONTRIBUTING.md go.mod: github.com/containerd/imgcrypt v1.1.1-0.20210412181126-0bed51b9522c 2021-04-13 01:06:38 +02:00
CONTRIBUTORS go.mod: github.com/containerd/imgcrypt v1.1.1-0.20210412181126-0bed51b9522c 2021-04-13 01:06:38 +02:00
go.mod go.mod: github.com/containerd/imgcrypt v1.1.1-0.20210412181126-0bed51b9522c 2021-04-13 01:06:38 +02:00
go.sum go.mod: github.com/containerd/imgcrypt v1.1.1-0.20210412181126-0bed51b9522c 2021-04-13 01:06:38 +02:00
LICENSE go.mod: github.com/containerd/imgcrypt v1.1.1-0.20210412181126-0bed51b9522c 2021-04-13 01:06:38 +02:00
PATENTS go.mod: github.com/containerd/imgcrypt v1.1.1-0.20210412181126-0bed51b9522c 2021-04-13 01:06:38 +02:00
README.md go.mod: update kubernetes to v1.22.0 2021-08-09 16:16:54 -04:00
term_plan9.go go.mod: github.com/containerd/imgcrypt v1.1.1-0.20210412181126-0bed51b9522c 2021-04-13 01:06:38 +02:00
term_solaris.go go.mod: github.com/containerd/imgcrypt v1.1.1-0.20210412181126-0bed51b9522c 2021-04-13 01:06:38 +02:00
term_unix_aix.go go.mod: github.com/containerd/imgcrypt v1.1.1-0.20210412181126-0bed51b9522c 2021-04-13 01:06:38 +02:00
term_unix_bsd.go go.mod: update kubernetes to v1.22.0 2021-08-09 16:16:54 -04:00
term_unix_linux.go go.mod: github.com/containerd/imgcrypt v1.1.1-0.20210412181126-0bed51b9522c 2021-04-13 01:06:38 +02:00
term_unix_zos.go go.mod: github.com/containerd/imgcrypt v1.1.1-0.20210412181126-0bed51b9522c 2021-04-13 01:06:38 +02:00
term_unix.go go.mod: update kubernetes to v1.22.0 2021-08-09 16:16:54 -04:00
term_unsupported.go go.mod: update kubernetes to v1.22.0 2021-08-09 16:16:54 -04:00
term_windows.go go.mod: github.com/containerd/imgcrypt v1.1.1-0.20210412181126-0bed51b9522c 2021-04-13 01:06:38 +02:00
term.go go.mod: update kubernetes to v1.22.0 2021-08-09 16:16:54 -04:00
terminal.go go.mod: github.com/containerd/imgcrypt v1.1.1-0.20210412181126-0bed51b9522c 2021-04-13 01:06:38 +02:00

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.