0
0
mirror of https://github.com/crazy-max/diun.git synced 2024-12-22 11:28:28 +00:00
crazy-max_diun/vendor/golang.org/x/term
dependabot[bot] 263c4afffd
chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.21.0...v0.31.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-15 11:13:51 +00:00
..
codereview.cfg chore: go mod vendor 2024-12-14 22:30:21 +01:00
CONTRIBUTING.md chore: go mod vendor 2024-12-14 22:30:21 +01:00
LICENSE chore(deps): bump github.com/containers/image/v5 to 5.32.2 2024-12-14 23:21:47 +01:00
PATENTS chore: go mod vendor 2024-12-14 22:30:21 +01:00
README.md chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 2024-12-15 11:13:51 +00:00
term_plan9.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
term_unix_bsd.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
term_unix_other.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
term_unix.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
term_unsupported.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
term_windows.go chore(deps): bump github.com/containers/image/v5 from 5.30.0 to 5.33.0 2024-12-15 10:57:13 +00:00
term.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
terminal.go chore: go mod vendor 2024-12-14 22:30:21 +01: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.