DockerCLI/vendor/golang.org/x/term
Sebastiaan van Stijn 3cf0bf84a5
vendor: golang.org/x/crypto v0.16.0
full diff: https://github.com/golang/crypto/compare/v0.14.0...v0.16.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-12-18 13:47:30 +01:00
..
CONTRIBUTING.md vendor with go mod 2021-12-16 21:16:01 +01:00
LICENSE vendor: golang.org/x/crypto c1f2f97bffc9c53fc40a1a28a5b460094c0050d9 2020-12-02 21:01:12 +00:00
PATENTS vendor: golang.org/x/crypto c1f2f97bffc9c53fc40a1a28a5b460094c0050d9 2020-12-02 21:01:12 +00:00
README.md vendor: golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b 2022-03-16 15:24:03 +01:00
codereview.cfg vendor: golang.org/x/net v0.0.0-20220906165146-f3363e06e74c 2022-09-06 23:14:47 +02:00
term.go vendor: golang.org/x/term v0.1.0 2022-11-16 15:58:54 +01:00
term_plan9.go vendor: golang.org/x/crypto c1f2f97bffc9c53fc40a1a28a5b460094c0050d9 2020-12-02 21:01:12 +00:00
term_unix.go vendor: golang.org/x/crypto v0.16.0 2023-12-18 13:47:30 +01:00
term_unix_bsd.go vendor: golang.org/x/crypto v0.16.0 2023-12-18 13:47:30 +01:00
term_unix_other.go vendor: golang.org/x/crypto v0.16.0 2023-12-18 13:47:30 +01:00
term_unsupported.go vendor: golang.org/x/crypto v0.16.0 2023-12-18 13:47:30 +01:00
term_windows.go vendor: golang.org/x/crypto c1f2f97bffc9c53fc40a1a28a5b460094c0050d9 2020-12-02 21:01:12 +00:00
terminal.go vendor: golang.org/x/term v0.3.0 2022-12-22 22:59:45 +01: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.