Use forked version of go-runewidth

Fix #3558

  go get github.com/junegunn/go-runewidth@fzf
This commit is contained in:
Junegunn Choi
2024-01-07 15:08:56 +09:00
parent d75bb5cbe1
commit 91bea9c5b3
2 changed files with 4 additions and 0 deletions

2
go.mod
View File

@@ -11,6 +11,8 @@ require (
golang.org/x/term v0.15.0
)
replace github.com/mattn/go-runewidth => github.com/junegunn/go-runewidth v0.0.0-20240107035126-7bd7c14af5de
require (
github.com/gdamore/encoding v1.0.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect