Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit a9fef3c

Browse files
chore(deps): bump github.com/docker/distribution (#18)
Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.1+incompatible to 2.8.2+incompatible. - [Release notes](https://github.com/docker/distribution/releases) - [Commits](distribution/distribution@v2.8.1...v2.8.2) --- updated-dependencies: - dependency-name: github.com/docker/distribution dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa0faf9 commit a9fef3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ require (
5757
github.com/docker/buildx v0.10.2 // indirect
5858
github.com/docker/cli v23.0.1+incompatible // indirect
5959
github.com/docker/compose/v2 v2.16.0 // indirect
60-
github.com/docker/distribution v2.8.1+incompatible // indirect
60+
github.com/docker/distribution v2.8.2+incompatible // indirect
6161
github.com/docker/docker v23.0.1+incompatible // indirect
6262
github.com/docker/docker-credential-helpers v0.7.0 // indirect
6363
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ github.com/docker/cli v23.0.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvM
170170
github.com/docker/compose/v2 v2.16.0 h1:tPKsuRGTwabEgcN2mRF40ym+NdoXSvybUszKIu8Mz0Y=
171171
github.com/docker/compose/v2 v2.16.0/go.mod h1:itiUhP/NbIpsAl7Edu5XUpRAoyz2rQPA17aOlSHtnhw=
172172
github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
173-
github.com/docker/distribution v2.8.1+incompatible h1:Q50tZOPR6T/hjNsyc9g8/syEs6bk8XXApsHjKukMl68=
174-
github.com/docker/distribution v2.8.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
173+
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
174+
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
175175
github.com/docker/docker v23.0.1+incompatible h1:vjgvJZxprTTE1A37nm+CLNAdwu6xZekyoiVlUZEINcY=
176176
github.com/docker/docker v23.0.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
177177
github.com/docker/docker-credential-helpers v0.7.0 h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=

0 commit comments

Comments
 (0)