2018-12-13 05:36:15 +00:00
|
|
|
module github.com/junegunn/fzf
|
|
|
|
|
|
|
|
require (
|
2024-07-19 04:17:41 +00:00
|
|
|
github.com/charlievieth/fastwalk v1.0.8
|
2024-03-05 02:04:38 +00:00
|
|
|
github.com/gdamore/tcell/v2 v2.7.4
|
2024-08-13 09:51:02 +00:00
|
|
|
github.com/junegunn/go-shellwords v0.0.0-20240813092932-a62c48c52e97
|
2024-03-02 09:39:37 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.20
|
2024-02-10 23:53:03 +00:00
|
|
|
github.com/rivo/uniseg v0.4.7
|
2024-09-10 12:25:57 +00:00
|
|
|
golang.org/x/sys v0.25.0
|
|
|
|
golang.org/x/term v0.24.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
|