pkg/vendor/golang.org/x/term
dependabot[bot] 4e16990320
Bump golang.org/x/net from 0.17.0 to 0.18.0 (#2894)
* Bump golang.org/x/net from 0.17.0 to 0.18.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.18.0.
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-14 23:12:15 +00:00
..
CONTRIBUTING.md Bump assorted dependencies (#2096) 2021-04-19 09:00:01 -07:00
LICENSE Bump assorted dependencies (#2096) 2021-04-19 09:00:01 -07:00
PATENTS Bump assorted dependencies (#2096) 2021-04-19 09:00:01 -07:00
README.md Bump K8s dependencies to 1.21.4 (#2242) 2021-08-27 11:45:38 -07:00
codereview.cfg Bump golang.org/x/crypto (#2444) 2022-02-28 11:21:10 -08:00
term.go bump golang.org/x/net to v0.7.0 (#2695) 2023-02-24 19:00:30 +00:00
term_plan9.go Bump assorted dependencies (#2096) 2021-04-19 09:00:01 -07:00
term_unix.go Bump golang.org/x/net from 0.17.0 to 0.18.0 (#2894) 2023-11-14 23:12:15 +00:00
term_unix_bsd.go Bump golang.org/x/net from 0.17.0 to 0.18.0 (#2894) 2023-11-14 23:12:15 +00:00
term_unix_other.go Bump golang.org/x/net from 0.17.0 to 0.18.0 (#2894) 2023-11-14 23:12:15 +00:00
term_unsupported.go Bump golang.org/x/net from 0.17.0 to 0.18.0 (#2894) 2023-11-14 23:12:15 +00:00
term_windows.go Bump assorted dependencies (#2096) 2021-04-19 09:00:01 -07:00
terminal.go bump golang.org/x/net to v0.7.0 (#2695) 2023-02-24 19:00:30 +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.