From 37dda3c8b5867c986cbccfbc3ca780d3030d9b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 20:45:42 +0000 Subject: [PATCH] Bump github.com/docker/distribution Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.0+incompatible to 2.8.2+incompatible. - [Release notes](https://github.com/docker/distribution/releases) - [Commits](https://github.com/docker/distribution/compare/v2.8.0...v2.8.2) --- updated-dependencies: - dependency-name: github.com/docker/distribution dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b35395b8..6f006113 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/cloudflare/cfssl v1.6.3 // indirect github.com/containerd/continuity v0.0.0-20191214063359-1097c8bae83b // indirect github.com/docker/cli v0.0.0-20200211170139-b52debd9318f - github.com/docker/distribution v2.8.0+incompatible + github.com/docker/distribution v2.8.2+incompatible github.com/docker/docker v1.4.2-0.20191106232431-31abc6c089eb github.com/docker/docker-credential-helpers v0.6.3 // indirect github.com/docker/go v1.5.1-1 // indirect diff --git a/go.sum b/go.sum index ff718a49..1d178c1d 100644 --- a/go.sum +++ b/go.sum @@ -238,8 +238,8 @@ github.com/dimchansky/utfbom v1.1.0/go.mod h1:rO41eb7gLfo8SF1jd9F8HplJm1Fewwi4mQ github.com/docker/cli v0.0.0-20200211170139-b52debd9318f h1:QGgM6K70z6xd622kDA/z8NH+NGNzbXS2XRyfRoCNTI8= github.com/docker/cli v0.0.0-20200211170139-b52debd9318f/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= -github.com/docker/distribution v2.8.0+incompatible h1:l9EaZDICImO1ngI+uTifW+ZYvvz7fKISBAKpg+MbWbY= -github.com/docker/distribution v2.8.0+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= +github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8= +github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= github.com/docker/docker v1.4.2-0.20191106232431-31abc6c089eb h1:S+ohwRfSIBqTrMbdx4qoDabLa1Yod9c4vwW0BczOqJ0= github.com/docker/docker v1.4.2-0.20191106232431-31abc6c089eb/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker-credential-helpers v0.6.3 h1:zI2p9+1NQYdnG6sMU26EX4aVGlqbInSQxQXLvzJ4RPQ=