@@ -3,29 +3,21 @@ module github.com/wrfly/container-web-tty
3
3
go 1.16
4
4
5
5
require (
6
- github.com/Microsoft/go-winio v0.4.12 // indirect
7
- github.com/docker/distribution v2.7.1+incompatible // indirect
8
- github.com/docker/docker v1.13.1
6
+ github.com/containerd/containerd v1.5.5 // indirect
7
+ github.com/docker/docker v20.10.8+incompatible
9
8
github.com/docker/go-connections v0.4.0 // indirect
10
- github.com/docker/go-units v0.3.3 // indirect
11
9
github.com/elazarl/goproxy v0.0.0-20181111060418-2ce16c963a8a
12
- github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 // indirect
13
- github.com/gin-gonic/gin v1.3.0
10
+ github.com/gin-gonic/gin v1.7.3
14
11
github.com/golang/protobuf v1.5.2
15
12
github.com/gorilla/websocket v1.4.2
16
- github.com/imdario/mergo v0.3.7 // indirect
17
- github.com/mattn/go-isatty v0.0.7 // indirect
18
- github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
19
- github.com/sirupsen/logrus v1.4.0
20
- github.com/ugorji/go/codec v0.0.0-20190320090025-2dc34c0b8780 // indirect
13
+ github.com/morikuni/aec v1.0.0 // indirect
14
+ github.com/sirupsen/logrus v1.8.1
21
15
github.com/urfave/cli/v2 v2.3.0
22
16
github.com/wrfly/ecp v0.1.1-0.20190725160759-97269b9e95f0
23
17
github.com/wrfly/pubsub v0.0.0-20200314104228-47828c5578b6
24
18
github.com/yudai/gotty v2.0.0-alpha.3+incompatible
25
19
golang.org/x/net v0.0.0-20210520170846-37e1c6afe023
26
- google.golang.org/grpc v1.27.1
27
- gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
28
- gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
20
+ google.golang.org/grpc v1.33.2
29
21
k8s.io/api v0.22.0
30
22
k8s.io/apimachinery v0.22.0
31
23
k8s.io/client-go v0.22.0
0 commit comments