17 lines
430 B
Modula-2
17 lines
430 B
Modula-2
module github.com/moul/gotty-client
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/containerd/console v1.0.3
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/creack/goselect v0.1.2
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
|
github.com/urfave/cli v1.22.8
|
|
golang.org/x/crypto v0.7.0
|
|
golang.org/x/sys v0.6.0
|
|
)
|