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
|
2020-02-04 03:31:00 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.12
|
2020-10-23 14:31:46 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.9
|
2020-10-26 16:46:43 +00:00
|
|
|
github.com/mattn/go-shellwords v1.0.10
|
|
|
|
github.com/saracen/walker v0.1.1
|
|
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
|
2021-03-20 05:38:34 +00:00
|
|
|
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
|
|
|
|
golang.org/x/term v0.0.0-20210317153231-de623e64d2a6
|
2020-10-26 16:46:43 +00:00
|
|
|
golang.org/x/text v0.3.3 // indirect
|
2018-12-13 05:36:15 +00:00
|
|
|
)
|
2019-11-02 05:59:14 +00:00
|
|
|
|
|
|
|
go 1.13
|