From 1a9ea6f738cfafab83a5e0e828e60f0bf68bffee Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 14 Jan 2024 17:11:42 +0900 Subject: Remove 'replace' directive for 'go install' compatibility Close #3577 --- src/tui/tcell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tui/tcell.go') diff --git a/src/tui/tcell.go b/src/tui/tcell.go index bcbae7f3..d1180ac7 100644 --- a/src/tui/tcell.go +++ b/src/tui/tcell.go @@ -10,7 +10,7 @@ import ( "github.com/gdamore/tcell/v2/encoding" "github.com/junegunn/fzf/src/util" - "github.com/mattn/go-runewidth" + "github.com/junegunn/go-runewidth" "github.com/rivo/uniseg" ) -- cgit v1.2.3