Skip to content

Commit b0e1b55

Browse files
authored
Update docker client to v20 (#311)
Previously we were on a 2017 release...
1 parent a594484 commit b0e1b55

File tree

3 files changed

+910
-33
lines changed

3 files changed

+910
-33
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ module github.com/matrix-org/complement
33
go 1.13
44

55
require (
6-
github.com/Microsoft/go-winio v0.4.14 // indirect
7-
github.com/docker/distribution v2.7.1+incompatible // indirect
8-
github.com/docker/docker v1.13.1
6+
github.com/Microsoft/go-winio v0.5.1 // indirect
7+
github.com/containerd/containerd v1.5.9 // indirect
8+
github.com/docker/distribution v2.8.0+incompatible // indirect
9+
github.com/docker/docker v20.10.12+incompatible
910
github.com/docker/go-connections v0.4.0
10-
github.com/docker/go-units v0.4.0 // indirect
1111
github.com/gorilla/mux v1.8.0
12-
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
1312
github.com/matrix-org/gomatrix v0.0.0-20210324163249-be2af5ef2e16
1413
github.com/matrix-org/gomatrixserverlib v0.0.0-20220106115324-39c7d37db009
1514
github.com/matrix-org/util v0.0.0-20200807132607-55161520e1d4
16-
github.com/opencontainers/go-digest v1.0.0 // indirect
17-
github.com/pkg/errors v0.9.1 // indirect
15+
github.com/morikuni/aec v1.0.0 // indirect
1816
github.com/sirupsen/logrus v1.8.1
1917
github.com/tidwall/gjson v1.12.1
2018
github.com/tidwall/sjson v1.2.4
2119
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
20+
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
2221
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
23-
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
22+
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
23+
google.golang.org/genproto v0.0.0-20220211171837-173942840c17 // indirect
2424
maunium.net/go/mautrix v0.8.3
2525
)

0 commit comments

Comments
 (0)