module gitee.com/infrastlabs/fk-container-web-tty go 1.12 require ( github.com/elazarl/goproxy v0.0.0-20181111060418-2ce16c963a8a github.com/gin-gonic/gin v1.6.3 github.com/golang/protobuf v1.3.3 github.com/gorilla/websocket v1.4.0 github.com/pkg/errors v0.8.1 // indirect github.com/sirupsen/logrus v1.4.0 github.com/wrfly/ecp v0.1.1-0.20190725160759-97269b9e95f0 github.com/wrfly/pubsub v0.0.0-20200314104228-47828c5578b6 github.com/yudai/gotty v2.0.0-alpha.3+incompatible golang.org/x/net v0.0.0-20190326090315-15845e8f865b google.golang.org/grpc v1.19.1 gopkg.in/urfave/cli.v2 v2.0.0-20180128182452-d3ae77c26ac8 )