Update vendored go-ansiterm for Windows console
This update fixes Windows client console bugs and increases VT100 compatibility. With this change, nano and emacs become usable, and bash works better. Signed-off-by: John Starks <jostarks@microsoft.com> Upstream-commit: ecf528fcb6d236eae9b1e187152c774393c199fe Component: engine
This commit is contained in:
@ -6,7 +6,7 @@ rm -rf vendor/
|
||||
source 'hack/.vendor-helpers.sh'
|
||||
|
||||
# the following lines are in sorted order, FYI
|
||||
clone git github.com/Azure/go-ansiterm 0a9ca7117fc3e5629da85238ede560cb5e749783
|
||||
clone git github.com/Azure/go-ansiterm 70b2c90b260171e829f1ebd7c17f600c11858dbe
|
||||
clone git github.com/Sirupsen/logrus v0.8.2 # logrus is a common dependency among multiple deps
|
||||
clone git github.com/docker/libtrust 9cbd2a1374f46905c68a4eb3694a130610adc62a
|
||||
clone git github.com/go-check/check 64131543e7896d5bcc6bd5a76287eb75ea96c673
|
||||
|
||||
Reference in New Issue
Block a user