From 4bef330ce15d3ae80959415c24aba4700f5cbe35 Mon Sep 17 00:00:00 2001 From: Emil Vanherp Date: Sat, 20 Aug 2022 23:23:03 +0200 Subject: Add support for ANSI strike-through (#2932) Close #2932 Co-authored-by: Emil Vanherp --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 3eb15167..41b40ad0 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/junegunn/fzf require ( - github.com/gdamore/tcell v1.4.0 + github.com/gdamore/tcell/v2 v2.5.3 github.com/mattn/go-isatty v0.0.14 github.com/mattn/go-runewidth v0.0.13 github.com/mattn/go-shellwords v1.0.12 -- cgit v1.2.3