m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 07:43:39 -05:00

Remove 'replace' directive for 'go install' compatibility

Close #3577
This commit is contained in:
Junegunn Choi
2024-01-14 17:11:42 +09:00
parent 945c1c8597
commit 1a9ea6f738
7 changed files with 12 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ import (
"time"
"unicode/utf8"
"github.com/mattn/go-runewidth"
"github.com/junegunn/go-runewidth"
"github.com/rivo/uniseg"
"golang.org/x/term"