skopeo/vendor/golang.org/x/term
Lokesh Mandvekar 6153a02cef
bump golang.org/x/net to v0.7.0
Resolves: CVE-2022-41723
Ref: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-41723

bumped golang to 1.17

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2023-03-24 10:06:32 +05:30
..
codereview.cfg bump golang.org/x/net to v0.7.0 2023-03-24 10:06:32 +05:30
CONTRIBUTING.md Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05: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 Update the vendor of containers/common 2022-01-20 13:30:07 -05:00
term_plan9.go Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00
term_unix_bsd.go Update the vendor of containers/common 2022-01-20 13:30:07 -05:00
term_unix_other.go Update the vendor of containers/common 2022-01-20 13:30:07 -05:00
term_unix.go Update the vendor of containers/common 2022-01-20 13:30:07 -05:00
term_unsupported.go Update the vendor of containers/common 2022-01-20 13:30:07 -05:00
term_windows.go Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00
term.go bump golang.org/x/net to v0.7.0 2023-03-24 10:06:32 +05:30
terminal.go bump golang.org/x/net to v0.7.0 2023-03-24 10:06:32 +05:30

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.