Skip to content

Commit 3798db2

Browse files
Bump github.com/docker/docker in /src (open-lambda#152)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.17+incompatible to 20.10.24+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v20.10.17...v20.10.24) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa069e3 commit 3798db2

File tree

20 files changed

+73
-166
lines changed

20 files changed

+73
-166
lines changed

src/go.mod

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,33 +19,22 @@ require (
1919
github.com/Microsoft/hcsshim v0.9.7 // indirect
2020
github.com/containerd/cgroups v1.1.0 // indirect
2121
github.com/containerd/containerd v1.6.18 // indirect
22-
github.com/containerd/continuity v0.3.0 // indirect
23-
github.com/containerd/fifo v1.1.0 // indirect
24-
github.com/containerd/ttrpc v1.1.0 // indirect
25-
github.com/containerd/typeurl v1.0.2 // indirect
2622
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
27-
github.com/docker/docker v20.10.17+incompatible // indirect
23+
github.com/docker/docker v20.10.24+incompatible // indirect
2824
github.com/docker/go-connections v0.4.0 // indirect
29-
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
3025
github.com/docker/go-units v0.4.0 // indirect
31-
github.com/gogo/googleapis v1.4.1 // indirect
3226
github.com/gogo/protobuf v1.3.2 // indirect
3327
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
34-
github.com/golang/protobuf v1.5.2 // indirect
28+
github.com/google/go-cmp v0.5.9 // indirect
3529
github.com/google/uuid v1.3.0 // indirect
36-
github.com/klauspost/compress v1.15.15 // indirect
3730
github.com/kylelemons/godebug v1.1.0 // indirect
38-
github.com/moby/locker v1.0.1 // indirect
3931
github.com/moby/sys/mount v0.3.3 // indirect
4032
github.com/moby/sys/mountinfo v0.6.2 // indirect
41-
github.com/moby/sys/signal v0.7.0 // indirect
4233
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
4334
github.com/morikuni/aec v1.0.0 // indirect
4435
github.com/opencontainers/go-digest v1.0.0 // indirect
4536
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
4637
github.com/opencontainers/runc v1.1.4 // indirect
47-
github.com/opencontainers/runtime-spec v1.1.0-rc.1 // indirect
48-
github.com/opencontainers/selinux v1.11.0 // indirect
4938
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect
5039
github.com/pkg/errors v0.9.1 // indirect
5140
github.com/russross/blackfriday/v2 v2.0.1 // indirect
@@ -55,11 +44,7 @@ require (
5544
golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 // indirect
5645
golang.org/x/mod v0.8.0 // indirect
5746
golang.org/x/net v0.7.0 // indirect
58-
golang.org/x/sync v0.1.0 // indirect
5947
golang.org/x/sys v0.5.0 // indirect
6048
golang.org/x/text v0.7.0 // indirect
6149
golang.org/x/tools v0.6.0 // indirect
62-
google.golang.org/genproto v0.0.0-20230222225845-10f96fb3dbec // indirect
63-
google.golang.org/grpc v1.53.0 // indirect
64-
google.golang.org/protobuf v1.28.1 // indirect
6550
)

src/go.sum

Lines changed: 5 additions & 56 deletions
Large diffs are not rendered by default.

src/vendor/github.com/docker/docker/api/types/filters/parse.go

Lines changed: 3 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vendor/github.com/docker/docker/api/types/registry/registry.go

Lines changed: 25 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vendor/github.com/docker/docker/pkg/archive/archive.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vendor/github.com/docker/docker/pkg/archive/archive_unix.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vendor/github.com/docker/docker/pkg/archive/changes.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vendor/github.com/docker/docker/pkg/archive/copy.go

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vendor/github.com/docker/docker/pkg/archive/diff.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vendor/github.com/docker/docker/pkg/archive/wrap.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)