Skip to content

Commit 1d013d6

Browse files
build(deps): bump github.com/docker/docker from 20.10.23+incompatible to 23.0.0+incompatible (#959)
* build(deps): bump github.com/docker/docker Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.23+incompatible to 23.0.0+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v20.10.23...v23.0.0) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * tar: migrate to patternmatcher to fix deprecation warning --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: francisco souza <[email protected]>
1 parent c47fcfb commit 1d013d6

File tree

3 files changed

+14
-945
lines changed

3 files changed

+14
-945
lines changed

go.mod

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,28 @@ go 1.19
44

55
require (
66
github.com/Microsoft/go-winio v0.6.0
7-
github.com/docker/docker v20.10.23+incompatible
7+
github.com/docker/docker v23.0.0+incompatible
88
github.com/docker/go-units v0.5.0
99
github.com/google/go-cmp v0.5.9
1010
github.com/gorilla/mux v1.8.0
11+
github.com/moby/patternmatcher v0.5.0
1112
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
1213
)
1314

1415
require (
1516
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
16-
github.com/Microsoft/hcsshim v0.9.6 // indirect
17-
github.com/containerd/cgroups v1.0.4 // indirect
1817
github.com/containerd/containerd v1.6.14 // indirect
1918
github.com/docker/go-connections v0.4.0 // indirect
2019
github.com/gogo/protobuf v1.3.2 // indirect
21-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
22-
github.com/moby/sys/mount v0.3.3 // indirect
23-
github.com/moby/sys/mountinfo v0.6.2 // indirect
20+
github.com/klauspost/compress v1.11.13 // indirect
21+
github.com/moby/sys/sequential v0.5.0 // indirect
2422
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
2523
github.com/morikuni/aec v1.0.0 // indirect
2624
github.com/opencontainers/go-digest v1.0.0 // indirect
2725
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
2826
github.com/opencontainers/runc v1.1.2 // indirect
2927
github.com/pkg/errors v0.9.1 // indirect
3028
github.com/sirupsen/logrus v1.8.1 // indirect
31-
go.opencensus.io v0.23.0 // indirect
3229
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
3330
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
3431
golang.org/x/tools v0.1.12 // indirect

0 commit comments

Comments
 (0)