From 1a9ea6f738cfafab83a5e0e828e60f0bf68bffee Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 14 Jan 2024 17:11:42 +0900 Subject: Remove 'replace' directive for 'go install' compatibility Close #3577 --- src/tui/light.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tui/light.go') 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" -- cgit v1.2.3