Update dependency go modules for k8s v1.26.0

This commit is contained in:
Sunny Song
2022-12-12 18:50:53 +00:00
parent 40e2a53f4b
commit 3a2a001be3
13 changed files with 330 additions and 102 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 {