module github.com/wavetermdev/waveterm/waveshell

go 1.22

require (
	github.com/alessio/shellescape v1.4.1
	github.com/creack/pty v1.1.18
	github.com/fsnotify/fsnotify v1.6.0
	github.com/google/uuid v1.3.0
	github.com/wavetermdev/waveterm/wavesrv v0.0.0-20240226180630-aeb7195eff05
	golang.org/x/crypto v0.17.0
	golang.org/x/mod v0.10.0
	golang.org/x/sys v0.15.0
	mvdan.cc/sh/v3 v3.7.0
)