summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorEmil Vanherp <emil@vanherp.me>2022-08-20 23:23:03 +0200
committerJunegunn Choi <junegunn.c@gmail.com>2022-08-26 09:27:49 +0900
commit4bef330ce15d3ae80959415c24aba4700f5cbe35 (patch)
treed8147880cf4dc4387d3d6506c89d607e5f018703 /go.mod
parent8a5f7199649d56a92474676c9cf626204e3e8bcb (diff)
downloadfzf-4bef330ce15d3ae80959415c24aba4700f5cbe35.tar.gz
Add support for ANSI strike-through (#2932)
Close #2932 Co-authored-by: Emil Vanherp <emil@vanherp.me>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
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