@@ -3,23 +3,21 @@ module github.com/wrfly/container-web-tty
3
3
go 1.16
4
4
5
5
require (
6
- github.com/containerd/containerd v1.5.5 // indirect
6
+ github.com/containerd/containerd v1.6.3 // indirect
7
+ github.com/docker/distribution v2.8.1+incompatible // indirect
7
8
github.com/docker/docker v20.10.8+incompatible
8
- github.com/docker/go-connections v0.4.0 // indirect
9
9
github.com/elazarl/goproxy v0.0.0-20181111060418-2ce16c963a8a
10
10
github.com/gin-gonic/gin v1.7.3
11
11
github.com/golang/protobuf v1.5.2
12
12
github.com/gorilla/websocket v1.4.2
13
- github.com/morikuni/aec v1.0.0 // indirect
14
13
github.com/sirupsen/logrus v1.8.1
15
14
github.com/urfave/cli/v2 v2.3.0
16
15
github.com/wrfly/ecp v0.1.1-0.20190725160759-97269b9e95f0
17
16
github.com/wrfly/pubsub v0.0.0-20200314104228-47828c5578b6
18
17
github.com/yudai/gotty v2.0.0-alpha.3+incompatible
19
- golang.org/x/net v0.0.0-20210520170846-37e1c6afe023
20
- google.golang.org/grpc v1.33.2
21
- k8s.io/api v0.22.0
22
- k8s.io/apimachinery v0.22.0
23
- k8s.io/client-go v0.22.0
24
- k8s.io/utils v0.0.0-20210802155522-efc7438f0176 // indirect
18
+ golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
19
+ google.golang.org/grpc v1.43.0
20
+ k8s.io/api v0.23.6
21
+ k8s.io/apimachinery v0.23.6
22
+ k8s.io/client-go v0.23.6
25
23
)
0 commit comments