Skip to content

Commit 73b88a2

Browse files
committed
chore: upgrade dependency
1 parent 10f9603 commit 73b88a2

File tree

2 files changed

+490
-47
lines changed

2 files changed

+490
-47
lines changed

go.mod

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,21 @@ module github.com/wrfly/container-web-tty
33
go 1.16
44

55
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
78
github.com/docker/docker v20.10.8+incompatible
8-
github.com/docker/go-connections v0.4.0 // indirect
99
github.com/elazarl/goproxy v0.0.0-20181111060418-2ce16c963a8a
1010
github.com/gin-gonic/gin v1.7.3
1111
github.com/golang/protobuf v1.5.2
1212
github.com/gorilla/websocket v1.4.2
13-
github.com/morikuni/aec v1.0.0 // indirect
1413
github.com/sirupsen/logrus v1.8.1
1514
github.com/urfave/cli/v2 v2.3.0
1615
github.com/wrfly/ecp v0.1.1-0.20190725160759-97269b9e95f0
1716
github.com/wrfly/pubsub v0.0.0-20200314104228-47828c5578b6
1817
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
2523
)

0 commit comments

Comments
 (0)