Fix - Winterm issue on Windows 8.1 in kubectl exec

This commit is contained in:
Neeraj Shah
2021-06-12 08:26:47 +05:30
parent 52eea971c5
commit 60ab908119
21 changed files with 51 additions and 51 deletions

2
vendor/github.com/moby/term/go.mod generated vendored
View File

@@ -3,7 +3,7 @@ module github.com/moby/term
go 1.13
require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
github.com/Azure/go-ansiterm v0.0.0-20210608223527-2377c96fe795
github.com/creack/pty v1.1.11
github.com/google/go-cmp v0.4.0
github.com/pkg/errors v0.9.1 // indirect