gotty-client/go.mod

17 lines
482 B
Modula-2

module github.com/moul/gotty-client
go 1.14
require (
github.com/containerd/console v1.0.3
github.com/creack/goselect v0.1.2
github.com/gorilla/websocket v1.4.2
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/smartystreets/goconvey v1.6.4
github.com/urfave/cli v1.22.16
github.com/urfave/cli/v2 v2.27.5
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/sys v0.0.0-20210326220804-49726bf1d181
)