From 3b01c0ae650a67672ddcfede0c5d36226f2ced7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 16:10:50 +0000 Subject: [PATCH] Bump github.com/docker/docker in /oci Bumps [github.com/docker/docker](https://github.com/docker/docker) from 1.4.2-0.20200203170920-46ec8731fbce to 20.10.27+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](https://github.com/docker/docker/commits/v20.10.27) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: indirect ... Signed-off-by: dependabot[bot] --- oci/go.mod | 2 +- oci/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/oci/go.mod b/oci/go.mod index 376b22975..bf3651e4e 100644 --- a/oci/go.mod +++ b/oci/go.mod @@ -4,7 +4,7 @@ go 1.13 require ( github.com/docker/cli v0.0.0-20200130152716-5d0cf8839492 // indirect - github.com/docker/docker v1.4.2-0.20200203170920-46ec8731fbce // indirect + github.com/docker/docker v20.10.27+incompatible // indirect github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect github.com/google/go-containerregistry v0.0.0-20200115214256-379933c9c22b github.com/onsi/ginkgo v1.11.0 // indirect diff --git a/oci/go.sum b/oci/go.sum index 98e4abf0a..d75c4b34d 100644 --- a/oci/go.sum +++ b/oci/go.sum @@ -111,8 +111,8 @@ github.com/docker/cli v0.0.0-20200130152716-5d0cf8839492/go.mod h1:JLrzqnKDaYBop github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= -github.com/docker/docker v1.4.2-0.20200203170920-46ec8731fbce h1:KXS1Jg+ddGcWA8e1N7cupxaHHZhit5rB9tfDU+mfjyY= -github.com/docker/docker v1.4.2-0.20200203170920-46ec8731fbce/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v20.10.27+incompatible h1:Id/ZooynV4ZlD6xX20RCd3SR0Ikn7r4QZDa2ECK2TgA= +github.com/docker/docker v20.10.27+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker-credential-helpers v0.6.3 h1:zI2p9+1NQYdnG6sMU26EX4aVGlqbInSQxQXLvzJ4RPQ= github.com/docker/docker-credential-helpers v0.6.3/go.mod h1:WRaJzqw3CTB9bk10avuGsjVBZsD05qeibJ1/TYlvc0Y= github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=