module github.com/Netflix/go-expect

go 1.13

require (
	github.com/creack/pty v1.1.17
	github.com/stretchr/testify v1.6.1
)