2018-12-13 06:36:15 +01:00
|
|
|
module github.com/junegunn/fzf
|
|
|
|
|
|
|
|
require (
|
2024-10-25 10:57:46 -04:00
|
|
|
github.com/charlievieth/fastwalk v1.0.9
|
2024-03-05 11:04:38 +09:00
|
|
|
github.com/gdamore/tcell/v2 v2.7.4
|
2024-08-13 18:51:02 +09:00
|
|
|
github.com/junegunn/go-shellwords v0.0.0-20240813092932-a62c48c52e97
|
2024-03-02 18:39:37 +09:00
|
|
|
github.com/mattn/go-isatty v0.0.20
|
2024-02-11 08:53:03 +09:00
|
|
|
github.com/rivo/uniseg v0.4.7
|
2024-12-09 23:06:49 +09:00
|
|
|
golang.org/x/sys v0.28.0
|
|
|
|
golang.org/x/term v0.27.0
|
2022-04-07 20:31:19 +09:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gdamore/encoding v1.0.0 // indirect
|
|
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
2024-02-01 16:25:53 +09:00
|
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2018-12-13 06:36:15 +01:00
|
|
|
)
|
2019-11-02 14:59:14 +09:00
|
|
|
|
2024-04-01 23:38:46 +09:00
|
|
|
go 1.20
|