From 76cf6559ccaa6262d47a95fe3b1dfae053047cbd Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 27 Jan 2024 22:18:43 +0900 Subject: junegunn/uniseg -> rivo/uniseg https://github.com/rivo/uniseg/pull/47 --- src/tui/tcell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tui/tcell.go') diff --git a/src/tui/tcell.go b/src/tui/tcell.go index bfd870dc..9036c336 100644 --- a/src/tui/tcell.go +++ b/src/tui/tcell.go @@ -10,7 +10,7 @@ import ( "github.com/gdamore/tcell/v2/encoding" "github.com/junegunn/fzf/src/util" - "github.com/junegunn/uniseg" + "github.com/rivo/uniseg" ) func HasFullscreenRenderer() bool { -- cgit v1.2.3