ARO-RP/vendor/golang.org/x/term
dependabot[bot] c2e4bf4509 Bump golang.org/x/crypto from 0.14.0 to 0.17.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-20 16:15:36 -05:00
..
CONTRIBUTING.md vendor 2020-11-17 09:55:36 +00:00
LICENSE vendor 2020-11-17 09:55:36 +00:00
PATENTS vendor 2020-11-17 09:55:36 +00:00
README.md vendor 2021-01-19 10:08:04 -06:00
codereview.cfg Automated updates from "make vendor" 2022-01-25 11:47:15 -05:00
term.go Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 2023-02-25 01:38:51 +00:00
term_plan9.go make vendori & make generate 2020-12-03 14:20:23 +00:00
term_unix.go Bump golang.org/x/crypto from 0.14.0 to 0.17.0 2023-12-20 16:15:36 -05:00
term_unix_bsd.go Bump golang.org/x/crypto from 0.14.0 to 0.17.0 2023-12-20 16:15:36 -05:00
term_unix_other.go Bump golang.org/x/crypto from 0.14.0 to 0.17.0 2023-12-20 16:15:36 -05:00
term_unsupported.go Bump golang.org/x/crypto from 0.14.0 to 0.17.0 2023-12-20 16:15:36 -05:00
term_windows.go make vendori & make generate 2020-12-03 14:20:23 +00:00
terminal.go Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 2023-02-25 01:38:51 +00: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.