diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-01-14 17:11:42 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-01-14 17:12:24 +0900 |
| commit | 1a9ea6f738cfafab83a5e0e828e60f0bf68bffee (patch) | |
| tree | 723a49499cd18431063a501d5ba19cc07429eec2 /src/tui/tcell.go | |
| parent | 945c1c8597cce81f50db35ab41b0af504348e2bd (diff) | |
| download | fzf-1a9ea6f738cfafab83a5e0e828e60f0bf68bffee.tar.gz | |
Remove 'replace' directive for 'go install' compatibility
Close #3577
Diffstat (limited to 'src/tui/tcell.go')
| -rw-r--r-- | src/tui/tcell.go | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) |
