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/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/options.go') diff --git a/src/options.go b/src/options.go index 2962f4bb..b2d702d2 100644 --- a/src/options.go +++ b/src/options.go @@ -12,7 +12,7 @@ import ( "github.com/junegunn/fzf/src/tui" "github.com/junegunn/fzf/src/util" - "github.com/mattn/go-runewidth" + "github.com/junegunn/go-runewidth" "github.com/mattn/go-shellwords" ) -- cgit v1.2.3