2018-12-13 06:36:15 +01:00
|
|
|
module github.com/junegunn/fzf
|
|
|
|
|
|
|
|
require (
|
2020-09-01 21:47:13 -07:00
|
|
|
github.com/gdamore/tcell v1.4.0
|
2020-02-04 12:31:00 +09:00
|
|
|
github.com/mattn/go-isatty v0.0.12
|
2020-10-23 23:31:46 +09:00
|
|
|
github.com/mattn/go-runewidth v0.0.9
|
2020-10-27 01:46:43 +09:00
|
|
|
github.com/mattn/go-shellwords v1.0.10
|
|
|
|
github.com/saracen/walker v0.1.1
|
|
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
|
|
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20201026173827-119d4633e4d1
|
|
|
|
golang.org/x/text v0.3.3 // indirect
|
2018-12-13 06:36:15 +01:00
|
|
|
)
|
2019-11-02 14:59:14 +09:00
|
|
|
|
|
|
|
go 1.13
|