forked from wrfly/container-web-tty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 890 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/wrfly/container-web-tty
go 1.16
require (
github.com/containerd/containerd v1.5.5 // indirect
github.com/docker/docker v20.10.8+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/elazarl/goproxy v0.0.0-20181111060418-2ce16c963a8a
github.com/gin-gonic/gin v1.7.3
github.com/golang/protobuf v1.5.2
github.com/gorilla/websocket v1.4.2
github.com/morikuni/aec v1.0.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/urfave/cli/v2 v2.3.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-20210520170846-37e1c6afe023
google.golang.org/grpc v1.33.2
k8s.io/api v0.22.0
k8s.io/apimachinery v0.22.0
k8s.io/client-go v0.22.0
k8s.io/utils v0.0.0-20210802155522-efc7438f0176 // indirect
)