Update vendor/ (progress bar deps)

This commit is contained in:
Daniele Rondina
2020-11-20 18:16:49 +01:00
parent 60d5c9dfd5
commit 651ea17548
149 changed files with 8651 additions and 4362 deletions

9
vendor/github.com/mattn/go-runewidth/runewidth_js.go generated vendored Normal file
View File

@@ -0,0 +1,9 @@
// +build js
// +build !appengine
package runewidth
func IsEastAsian() bool {
// TODO: Implement this for the web. Detect east asian in a compatible way, and return true.
return false
}