diff options
| author | Emil Vanherp <emil@vanherp.me> | 2022-08-20 23:23:03 +0200 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2022-08-26 09:27:49 +0900 |
| commit | 4bef330ce15d3ae80959415c24aba4700f5cbe35 (patch) | |
| tree | d8147880cf4dc4387d3d6506c89d607e5f018703 /go.mod | |
| parent | 8a5f7199649d56a92474676c9cf626204e3e8bcb (diff) | |
| download | fzf-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
