module github.com/problame/go-netssh

go 1.11

require (
	github.com/ftrvxmtrx/fd v0.0.0-20150925145434-c6d800382fff
	github.com/inconshreveable/mousetrap v1.0.0 // indirect
	github.com/spf13/cobra v0.0.2
	github.com/spf13/pflag v1.0.5 // indirect
	github.com/stretchr/testify v1.4.0
	github.com/theckman/goconstraint v1.11.0
	golang.org/x/sys v0.0.0-20191010194322-b09406accb47
)
