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/options.go | |
| parent | 945c1c8597cce81f50db35ab41b0af504348e2bd (diff) | |
| download | fzf-1a9ea6f738cfafab83a5e0e828e60f0bf68bffee.tar.gz | |
Remove 'replace' directive for 'go install' compatibility
Close #3577
Diffstat (limited to 'src/options.go')
| -rw-r--r-- | src/options.go | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) |
