skopeo/vendor/golang.org/x/term
tomsweeneyredhat 34f0644177 Bump c/common to v0.60.0
As the title says.  In preparation of Skopeo v1.17.0 to go
out with Podman v5.3, this gets the c/* projects to:

containers/storage:  v1.56.0
containers/image:    v5.33.0
containers/common:   v0.61.0

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
2024-11-12 17:58:45 -05:00
..
codereview.cfg Bump github.com/containers/image/v5 from 5.19.1 to 5.20.0 2022-03-02 09:21:25 +00:00
CONTRIBUTING.md Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00
LICENSE fix(deps): update module golang.org/x/term to v0.23.0 2024-08-06 18:52:59 +00:00
PATENTS Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00
README.md Bump c/common to v0.60.0 2024-11-12 17:58:45 -05:00
term_plan9.go Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00
term_unix_bsd.go fix(deps): update module golang.org/x/term to v0.14.0 2023-11-08 08:11:46 +00:00
term_unix_other.go fix(deps): update module golang.org/x/term to v0.14.0 2023-11-08 08:11:46 +00:00
term_unix.go fix(deps): update module golang.org/x/term to v0.14.0 2023-11-08 08:11:46 +00:00
term_unsupported.go fix(deps): update module golang.org/x/term to v0.14.0 2023-11-08 08:11:46 +00:00
term_windows.go fix(deps): update module golang.org/x/term to v0.24.0 2024-09-05 19:18:31 +00:00
term.go Update for c/image's update of github.com/gobuffalo/pop 2022-08-23 22:00:00 +02:00
terminal.go fix(deps): update module golang.org/x/term to v0.2.0 2022-11-07 22:25:08 +00:00

Go terminal/console support

Go Reference

This repository provides Go terminal and console support packages.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.

The git repository is https://go.googlesource.com/term.

The main issue tracker for the term repository is located at https://go.dev/issues. Prefix your issue with "x/term:" in the subject line, so it is easy to find.