summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2023-11-10 12:55:18 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2023-11-10 13:16:11 +0900
commit38e3694d1ca5f138f26fbbffb7c0122b58eee8dc (patch)
tree70adaeba1deef894b5c3fc73470c23c239d132ec /go.mod
parent108493524110c8f996231eb5e51b93da7a9b57ca (diff)
Revert "Sixel and Kitty image support on Windows binary (#2544)"
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 3 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 31c33401..e3f1ad9d 100644
--- a/go.mod
+++ b/go.mod
@@ -1,8 +1,7 @@
module github.com/junegunn/fzf
require (
- // go get github.com/gdamore/tcell/v2@8a50441ee1fd29b18a4a7d51e98423a17ec8ef4c
- github.com/gdamore/tcell/v2 v2.6.1-0.20231031224054-8a50441ee1fd
+ github.com/gdamore/tcell/v2 v2.5.4
github.com/mattn/go-isatty v0.0.17
github.com/mattn/go-runewidth v0.0.14
github.com/mattn/go-shellwords v1.0.12
@@ -15,8 +14,8 @@ require (
require (
github.com/gdamore/encoding v1.0.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
- golang.org/x/sync v0.1.0 // indirect
- golang.org/x/text v0.12.0 // indirect
+ golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
+ golang.org/x/text v0.5.0 // indirect
)
go 1.17