mirror of
https://github.com/junegunn/fzf
synced 2024-11-01 03:20:42 +00:00
ae15eda546
- Update to latest tcell which has 24 bit Windows support - light renderer under Windows defaults to Dark256, if possible - Respect TCELL_TRUECOLOR - Remove tcell 1.3 references
16 lines
463 B
Modula-2
16 lines
463 B
Modula-2
module github.com/junegunn/fzf
|
|
|
|
require (
|
|
github.com/gdamore/tcell v1.4.0
|
|
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
|
|
github.com/mattn/go-isatty v0.0.12
|
|
github.com/mattn/go-runewidth v0.0.8
|
|
github.com/mattn/go-shellwords v1.0.9
|
|
github.com/saracen/walker v0.0.0-20191201085201-324a081bae7e
|
|
golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d
|
|
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5
|
|
golang.org/x/text v0.3.2 // indirect
|
|
)
|
|
|
|
go 1.13
|