2020-04-27 19:09:07 +08:00
|
|
|
module github.com/moul/gotty-client
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2021-08-12 12:05:20 +08:00
|
|
|
github.com/containerd/console v1.0.3
|
2021-02-19 12:17:05 +08:00
|
|
|
github.com/creack/goselect v0.1.2
|
2020-04-27 19:09:07 +08:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2024-10-13 22:05:01 +08:00
|
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
2021-03-10 12:04:36 +08:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2020-04-27 19:09:07 +08:00
|
|
|
github.com/smartystreets/goconvey v1.6.4
|
2024-10-13 22:05:01 +08:00
|
|
|
github.com/urfave/cli v1.22.16
|
|
|
|
github.com/urfave/cli/v2 v2.27.5
|
2020-11-23 01:42:45 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
|
2021-03-27 08:44:41 +08:00
|
|
|
golang.org/x/sys v0.0.0-20210326220804-49726bf1d181
|
2020-04-27 19:09:07 +08:00
|
|
|
)
|