m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -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

@@ -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"
)

View File

@@ -17,7 +17,7 @@ import (
"syscall"
"time"
"github.com/mattn/go-runewidth"
"github.com/junegunn/go-runewidth"
"github.com/rivo/uniseg"
"github.com/junegunn/fzf/src/tui"

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"

View File

@@ -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"
)

View File

@@ -6,8 +6,8 @@ import (
"strings"
"time"
"github.com/junegunn/go-runewidth"
"github.com/mattn/go-isatty"
"github.com/mattn/go-runewidth"
"github.com/rivo/uniseg"
)