boulder/vendor/golang.org/x/term
dependabot[bot] 888581b386
build(deps): bump golang.org/x/sys from 0.25.0 to 0.29.0 (#7927)
Updates /x/sys from v0.25.0 to v0.29.0.
- Changelog: https://go.googlesource.com/sys/+log/v0.25.0..v0.29.0
- Diff: https://go.googlesource.com/sys/+diff/v0.25.0..v0.29.0

Also updates these transitive dependencies, none of which result in any changes to our vendored code:
- /x/crypto from v0.27.0 to v0.32.0
- /x/sync from v0.8.0 to v0.10.0
- /x/term from v0.24.0 to v0.28.0
- /x/text from v0.18.0 to v0.21.0
2025-01-27 14:49:45 -08:00
..
CONTRIBUTING.md log: allow logging to stdout/stderr instead of syslog (#6307) 2022-08-29 06:19:22 -07:00
LICENSE Update public suffix list (#7672) 2024-08-19 14:03:03 -04:00
PATENTS log: allow logging to stdout/stderr instead of syslog (#6307) 2022-08-29 06:19:22 -07:00
README.md build(deps): bump golang.org/x/sys from 0.25.0 to 0.29.0 (#7927) 2025-01-27 14:49:45 -08:00
codereview.cfg log: allow logging to stdout/stderr instead of syslog (#6307) 2022-08-29 06:19:22 -07:00
term.go log: allow logging to stdout/stderr instead of syslog (#6307) 2022-08-29 06:19:22 -07:00
term_plan9.go log: allow logging to stdout/stderr instead of syslog (#6307) 2022-08-29 06:19:22 -07:00
term_unix.go Update OTel dependencies to latest (#7206) 2023-12-13 09:33:39 -05:00
term_unix_bsd.go Update OTel dependencies to latest (#7206) 2023-12-13 09:33:39 -05:00
term_unix_other.go Update OTel dependencies to latest (#7206) 2023-12-13 09:33:39 -05:00
term_unsupported.go Update OTel dependencies to latest (#7206) 2023-12-13 09:33:39 -05:00
term_windows.go Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
terminal.go build(deps): Bump golang.org/x/net from 0.1.0 to 0.7.0 (#6677) 2023-02-21 15:29:05 -05:00

README.md

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.