module github.com/tuzig/webexec go 1.16 require ( github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect github.com/creack/pty v1.1.11 github.com/gorilla/websocket v1.4.2 github.com/hinshun/vt10x v0.0.0-20201217012337-52c1408d37d6 github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 github.com/pelletier/go-toml v1.8.1 github.com/pion/logging v0.2.2 github.com/pion/webrtc/v3 v3.0.22 github.com/rs/cors v1.7.0 github.com/russross/blackfriday/v2 v2.1.0 // indirect github.com/stretchr/testify v1.7.0 github.com/urfave/cli/v2 v2.3.0 go.uber.org/multierr v1.6.0 // indirect go.uber.org/zap v1.16.0 golang.org/x/sys v0.0.0-20210414055047-fe65e336abe0 gopkg.in/natefinch/lumberjack.v2 v2.0.0 gopkg.in/yaml.v3 v3.0.0-20210106172901-c476de37821d // indirect )