2018-12-13 05:36:15 +00:00
|
|
|
module github.com/junegunn/fzf
|
|
|
|
|
|
|
|
require (
|
2023-01-02 17:39:52 +00:00
|
|
|
github.com/gdamore/tcell/v2 v2.5.4
|
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
|
2023-03-21 07:53:20 +00:00
|
|
|
github.com/rivo/uniseg v0.4.4
|
2022-09-28 07:53:56 +00:00
|
|
|
github.com/saracen/walker v0.1.3
|
2023-08-07 15:25:19 +00:00
|
|
|
golang.org/x/sys v0.11.0
|
2023-08-08 05:10:03 +00:00
|
|
|
golang.org/x/term v0.11.0
|
2022-04-07 11:31:19 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gdamore/encoding v1.0.0 // indirect
|
|
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
2023-01-02 17:39:52 +00:00
|
|
|
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
|
|
|
|
golang.org/x/text v0.5.0 // 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
|