This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git


The following commit(s) were added to refs/heads/develop by this push:
     new d3ee6747 build(deps): bump github.com/docker/distribution (#561)
d3ee6747 is described below

commit d3ee6747bf75e36d328138c0fc42d91d42891d81
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 16 15:11:41 2023 +0800

    build(deps): bump github.com/docker/distribution (#561)
    
    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](https://github.com/docker/distribution/compare/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>
---
 go.mod | 2 +-
 go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/go.mod b/go.mod
index 53954a46..1ae669ac 100644
--- a/go.mod
+++ b/go.mod
@@ -183,7 +183,7 @@ require (
        github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
        github.com/cyphar/filepath-securejoin v0.2.3 // indirect
        github.com/decred/dcrd/dcrec/secp256k1/v4 
v4.0.0-20210816181553-5444fa50b93d // indirect
-       github.com/docker/distribution v2.8.1+incompatible // indirect
+       github.com/docker/distribution v2.8.2+incompatible // indirect
        github.com/docker/docker v23.0.0-rc.1+incompatible // indirect
        github.com/docker/docker-credential-helpers v0.7.0 // indirect
        github.com/eapache/go-resiliency v1.1.0 // indirect
diff --git a/go.sum b/go.sum
index ba1b01c9..13747173 100644
--- a/go.sum
+++ b/go.sum
@@ -471,8 +471,8 @@ github.com/docker/cli v23.0.0-rc.1+incompatible/go.mod 
h1:JLrzqnKDaYBop7H2jaqPtU
 github.com/docker/distribution v0.0.0-20190905152932-14b96e55d84c/go.mod 
h1:0+TTO4EOBfRPhZXAeF1Vu+W3hHZ8eLp8PgKVZlcvtFY=
 github.com/docker/distribution 
v2.7.1-0.20190205005809-0d3efadf0154+incompatible/go.mod 
h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
 github.com/docker/distribution v2.7.1+incompatible/go.mod 
h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
-github.com/docker/distribution v2.8.1+incompatible 
h1:Q50tZOPR6T/hjNsyc9g8/syEs6bk8XXApsHjKukMl68=
-github.com/docker/distribution v2.8.1+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 v0.7.3-0.20190327010347-be7ac8be2ae0/go.mod 
h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
 github.com/docker/docker v20.10.10+incompatible/go.mod 
h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
 github.com/docker/docker v20.10.12+incompatible/go.mod 
h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=

Reply via email to