summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-01-07 15:08:56 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-01-07 15:09:46 +0900
commit91bea9c5b311aa6a9919b814adc2fbb9405df2a5 (patch)
treefa55497bc6cca575bcdd921172f17427606eae69 /go.mod
parentd75bb5cbe1c141d44c55b1027ea91d2a097ae9bd (diff)
Use forked version of go-runewidth
Fix #3558 go get github.com/junegunn/go-runewidth@fzf
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index ca3ebb98..1f97fe96 100644
--- a/go.mod
+++ b/go.mod
@@ -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