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

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