Update dependency go modules in client for k8s v1.26.0

This commit is contained in:
Sunny Song
2022-12-12 19:30:26 +00:00
parent 9cd2fbc4ea
commit bb5a9019fb
17 changed files with 353 additions and 123 deletions

View File

@@ -233,7 +233,6 @@ func (t *Terminal) queue(data []rune) {
t.outBuf = append(t.outBuf, []byte(string(data))...)
}
var eraseUnderCursor = []rune{' ', keyEscape, '[', 'D'}
var space = []rune{' '}
func isPrintable(key rune) bool {