mirror of
https://github.com/junegunn/fzf
synced 2024-11-01 03:20:42 +00:00
311b78ae82
Makes scanning 300x faster on Windows
16 lines
463 B
Modula-2
16 lines
463 B
Modula-2
module github.com/junegunn/fzf
|
|
|
|
require (
|
|
github.com/gdamore/tcell v1.3.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
|