mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Nothing major here, but nothing liable to cause pain to downstreams either. * https://github.com/golang/crypto/compare/v0.26.0...v0.28.0 (there’s a SHA3 fix there but it’s only relevant for 32-bit platforms) * https://github.com/golang/net/compare/v0.28.0...v0.30.0 (mostly http2; route address parsing fix on Darwin) * https://github.com/golang/oauth2/compare/v0.21.0...v0.23.0 (Google license fix) * https://github.com/golang/sys/compare/v0.23.0...v0.26.0 (faster getrandom() on Linux through the vDSO; improved RISC-V support) * https://github.com/golang/term/compare/v0.23.0...v0.25.0 * https://github.com/golang/time/compare/v0.3.0...v0.7.0 (0-limit handling fix in x/time/rate; Google license fix) * https://github.com/golang/tools/compare/v0.24.0...v0.26.0 This doesn’t include golang.org/x/exp; that doesn’t have any relevant changes. There’s an apidiff fix but we always pull in the latest apidiff anyway. Signed-off-by: Stephen Kitt <skitt@redhat.com>
Go terminal/console support
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.