Update vendor

This commit is contained in:
Ettore Di Giacinto
2020-11-23 19:14:07 +01:00
parent 7a10ff2742
commit 5b54aeb822
147 changed files with 28614 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
// +build !windows
package text
func areANSICodesSupported() bool {
return true
}