module github.com/cespare/reflex

go 1.15

require (
	github.com/creack/pty v1.1.11
	github.com/fsnotify/fsnotify v1.4.7
	github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
	github.com/kr/pretty v0.1.0
	github.com/ogier/pflag v0.0.1
	golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e // indirect
)
