Update runewidth version

Fixes #1873
This commit is contained in:
Zachary Yedidia
2021-03-08 13:10:52 -05:00
parent ae114a766c
commit 2d5fc15990
2 changed files with 5 additions and 1 deletions

2
go.mod
View File

@@ -27,6 +27,6 @@ require (
replace github.com/kballard/go-shellquote => github.com/zyedidia/go-shellquote v0.0.0-20200613203517-eccd813c0655
replace github.com/mattn/go-runewidth => github.com/p-e-w/go-runewidth v0.0.10-0.20200613030200-3e1705c5c059
replace github.com/mattn/go-runewidth => github.com/zyedidia/go-runewidth v0.0.12
go 1.11