diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2023-11-03 00:07:28 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2023-11-03 00:09:02 +0900 |
| commit | 68db9cb499ab32190edae6c285942c5fb7cf39ed (patch) | |
| tree | 4c70d7627aac26faa5ba3fbadc90fad770416046 /go.mod | |
| parent | d0466fa77714cccae6875facafb4a7d49e3f958e (diff) | |
| download | fzf-68db9cb499ab32190edae6c285942c5fb7cf39ed.tar.gz | |
Sixel and Kitty image support on Windows binary (#2544)
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,8 @@ module github.com/junegunn/fzf require ( - github.com/gdamore/tcell/v2 v2.5.4 + // go get github.com/gdamore/tcell/v2@8a50441ee1fd29b18a4a7d51e98423a17ec8ef4c + github.com/gdamore/tcell/v2 v2.6.1-0.20231031224054-8a50441ee1fd github.com/mattn/go-isatty v0.0.17 github.com/mattn/go-runewidth v0.0.14 github.com/mattn/go-shellwords v1.0.12 @@ -14,8 +15,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.0.0-20220722155255-886fb9371eb4 // indirect - golang.org/x/text v0.5.0 // indirect + golang.org/x/sync v0.1.0 // indirect + golang.org/x/text v0.12.0 // indirect ) go 1.17 |
