mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-17 18:45:10 +00:00
16 lines
445 B
Modula-2
16 lines
445 B
Modula-2
module github.com/junegunn/fzf
|
|
|
|
require (
|
|
github.com/gdamore/tcell v1.4.0
|
|
github.com/mattn/go-isatty v0.0.12
|
|
github.com/mattn/go-runewidth v0.0.9
|
|
github.com/mattn/go-shellwords v1.0.10
|
|
github.com/saracen/walker v0.1.1
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
|
|
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
|
|
golang.org/x/term v0.0.0-20210317153231-de623e64d2a6
|
|
golang.org/x/text v0.3.3 // indirect
|
|
)
|
|
|
|
go 1.13
|