2018-12-13 05:36:15 +00:00
|
|
|
module github.com/junegunn/fzf
|
|
|
|
|
|
|
|
require (
|
2020-09-02 04:47:13 +00:00
|
|
|
github.com/gdamore/tcell v1.4.0
|
2021-04-06 11:32:18 +00:00
|
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
2021-10-04 12:13:46 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.14
|
2021-10-04 12:01:03 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.13
|
2021-10-04 12:12:40 +00:00
|
|
|
github.com/mattn/go-shellwords v1.0.12
|
2021-05-14 02:43:32 +00:00
|
|
|
github.com/rivo/uniseg v0.2.0
|
2021-04-06 11:32:18 +00:00
|
|
|
github.com/saracen/walker v0.1.2
|
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
2021-10-04 12:13:46 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
|
2021-03-20 05:38:34 +00:00
|
|
|
golang.org/x/term v0.0.0-20210317153231-de623e64d2a6
|
2021-04-06 11:32:18 +00:00
|
|
|
golang.org/x/text v0.3.6 // indirect
|
2018-12-13 05:36:15 +00:00
|
|
|
)
|
2019-11-02 05:59:14 +00:00
|
|
|
|
|
|
|
go 1.13
|