2018-12-13 05:36:15 +00:00
|
|
|
module github.com/junegunn/fzf
|
|
|
|
|
|
|
|
require (
|
2022-08-20 21:23:03 +00:00
|
|
|
github.com/gdamore/tcell/v2 v2.5.3
|
2023-01-02 13:04:35 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.17
|
2022-09-28 08:03:19 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.14
|
2021-10-04 12:12:40 +00:00
|
|
|
github.com/mattn/go-shellwords v1.0.12
|
2022-09-28 08:02:55 +00:00
|
|
|
github.com/rivo/uniseg v0.4.2
|
2022-09-28 07:53:56 +00:00
|
|
|
github.com/saracen/walker v0.1.3
|
2022-09-28 07:50:19 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
|
2022-04-07 11:31:19 +00:00
|
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gdamore/encoding v1.0.0 // indirect
|
|
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
2022-09-28 07:53:56 +00:00
|
|
|
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
|
2022-04-07 11:31:19 +00:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2018-12-13 05:36:15 +00:00
|
|
|
)
|
2019-11-02 05:59:14 +00:00
|
|
|
|
2022-04-07 11:31:19 +00:00
|
|
|
go 1.17
|