summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 03e77826616fb27c6071aaaeea3c80c85d55405b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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/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
)

go 1.13