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/light.go | |
| parent | 945c1c8597cce81f50db35ab41b0af504348e2bd (diff) | |
| download | fzf-1a9ea6f738cfafab83a5e0e828e60f0bf68bffee.tar.gz | |
Remove 'replace' directive for 'go install' compatibility
Close #3577
Diffstat (limited to 'src/tui/light.go')
| -rw-r--r-- | src/tui/light.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tui/light.go b/src/tui/light.go index a7ff27b7..ae7cc0cb 100644 --- a/src/tui/light.go +++ b/src/tui/light.go @@ -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" |
