2018-12-13 05:36:15 +00:00
|
|
|
module github.com/junegunn/fzf
|
|
|
|
|
|
|
|
require (
|
2024-06-19 02:23:43 +00:00
|
|
|
github.com/charlievieth/fastwalk v1.0.4
|
2024-03-05 02:04:38 +00:00
|
|
|
github.com/gdamore/tcell/v2 v2.7.4
|
2024-03-02 09:39:37 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.20
|
2021-10-04 12:12:40 +00:00
|
|
|
github.com/mattn/go-shellwords v1.0.12
|
2024-02-10 23:53:03 +00:00
|
|
|
github.com/rivo/uniseg v0.4.7
|
2024-06-13 11:50:57 +00:00
|
|
|
golang.org/x/sys v0.21.0
|
|
|
|
golang.org/x/term v0.21.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
|
2024-02-01 07:25:53 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2018-12-13 05:36:15 +00:00
|
|
|
)
|
2019-11-02 05:59:14 +00:00
|
|
|
|
2024-04-01 14:38:46 +00:00
|
|
|
go 1.20
|