module cidebug

go 1.18

require (
	github.com/creack/pty v1.1.21
	github.com/gliderlabs/ssh v0.3.7
	github.com/gorilla/websocket v1.5.3
	github.com/hashicorp/yamux v0.1.1
	github.com/pkg/sftp v1.13.6
	golang.org/x/crypto v0.25.0
	golang.org/x/term v0.22.0
)

require (
	github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
	github.com/kr/fs v0.1.0 // indirect
	golang.org/x/sys v0.22.0 // indirect
)