2020-04-27 19:09:07 +08:00
|
|
|
module github.com/moul/gotty-client
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-09-28 00:57:17 +08:00
|
|
|
github.com/containerd/console v1.0.1
|
2020-04-27 19:09:07 +08:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
|
|
github.com/creack/goselect v0.1.1
|
|
|
|
github.com/gorilla/websocket v1.4.2
|
2020-11-12 15:54:51 +08:00
|
|
|
github.com/sirupsen/logrus v1.7.0
|
2020-04-27 19:09:07 +08:00
|
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
2020-11-12 15:54:51 +08:00
|
|
|
github.com/urfave/cli v1.22.5
|
2021-01-24 08:51:36 +08:00
|
|
|
golang.org/x/sys v0.0.0-20210123231150-1d476976d117
|
2020-04-27 19:09:07 +08:00
|
|
|
)
|