module github.com/ktr0731/go-fuzzyfinder

require (
	github.com/gdamore/tcell/v2 v2.6.0
	github.com/google/go-cmp v0.6.0
	github.com/google/gofuzz v1.2.0
	github.com/ktr0731/go-ansisgr v0.1.0
	github.com/mattn/go-runewidth v0.0.15
	github.com/nsf/termbox-go v1.1.1
	github.com/pkg/errors v0.9.1
)

go 1.13
