Skip to content

Commit

Permalink
Merge pull request #394 from flavianmissi/OCPBUGS-29604
Browse files Browse the repository at this point in the history
[release-4.14] OCPBUGS-29604: vendor: bump distribution to fix azure storage path bug
  • Loading branch information
openshift-merge-bot[bot] committed Feb 21, 2024
2 parents 690b5a2 + d63b362 commit b31bf58
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -115,4 +115,4 @@ require (
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace github.com/distribution/distribution/v3 => github.com/openshift/docker-distribution/v3 v3.0.0-20230626115833-c7be7b49aed9
replace github.com/distribution/distribution/v3 => github.com/openshift/docker-distribution/v3 v3.0.0-20240221091619-7f9ac4ff5c02
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -300,8 +300,8 @@ github.com/openshift/api v0.0.0-20230503133300-8bbcb7ca7183 h1:t/CahSnpqY46sQR01
github.com/openshift/api v0.0.0-20230503133300-8bbcb7ca7183/go.mod h1:4VWG+W22wrB4HfBL88P40DxLEpSOaiBVxUnfalfJo9k=
github.com/openshift/client-go v0.0.0-20230503144108-75015d2347cb h1:Nij5OnaECrkmcRQMAE9LMbQXPo95aqFnf+12B7SyFVI=
github.com/openshift/client-go v0.0.0-20230503144108-75015d2347cb/go.mod h1:Rhb3moCqeiTuGHAbXBOlwPubUMlOZEkrEWTRjIF3jzs=
github.com/openshift/docker-distribution/v3 v3.0.0-20230626115833-c7be7b49aed9 h1:bmU/+hEhS0ga3aQtwLt7lDUYuPB40RcHK2htDVI5+WY=
github.com/openshift/docker-distribution/v3 v3.0.0-20230626115833-c7be7b49aed9/go.mod h1:+fqBJ4vPYo4Uu1ZE4d+bUtTLRXfdSL3NvCZIZ9GHv58=
github.com/openshift/docker-distribution/v3 v3.0.0-20240221091619-7f9ac4ff5c02 h1:xeRzqJRC0WLNHo73K8vadB5cTKUGs2drhpTyvp9a+G4=
github.com/openshift/docker-distribution/v3 v3.0.0-20240221091619-7f9ac4ff5c02/go.mod h1:+fqBJ4vPYo4Uu1ZE4d+bUtTLRXfdSL3NvCZIZ9GHv58=
github.com/openshift/library-go v0.0.0-20230613090251-444734850f78 h1:UIrZVE9n26ueuC6TnOB5Ehk0RPeeQFCWnQTu7vgHN0k=
github.com/openshift/library-go v0.0.0-20230613090251-444734850f78/go.mod h1:mHz+1sT3CSTZWmKdb3ZpN6EjiBr/KCXS6VaPOC+ILco=
github.com/pborman/uuid v1.2.1 h1:+ZZIw58t/ozdjRaXh/3awHfmWRbzYxJoAdNJxe/3pvw=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Expand Up @@ -167,7 +167,7 @@ github.com/davecgh/go-spew/spew
github.com/denverdino/aliyungo/common
github.com/denverdino/aliyungo/oss
github.com/denverdino/aliyungo/util
# github.com/distribution/distribution/v3 v3.0.0+incompatible => github.com/openshift/docker-distribution/v3 v3.0.0-20230626115833-c7be7b49aed9
# github.com/distribution/distribution/v3 v3.0.0+incompatible => github.com/openshift/docker-distribution/v3 v3.0.0-20240221091619-7f9ac4ff5c02
## explicit; go 1.18
github.com/distribution/distribution/v3
github.com/distribution/distribution/v3/configuration
Expand Down Expand Up @@ -1037,4 +1037,4 @@ sigs.k8s.io/structured-merge-diff/v4/value
# sigs.k8s.io/yaml v1.3.0
## explicit; go 1.12
sigs.k8s.io/yaml
# github.com/distribution/distribution/v3 => github.com/openshift/docker-distribution/v3 v3.0.0-20230626115833-c7be7b49aed9
# github.com/distribution/distribution/v3 => github.com/openshift/docker-distribution/v3 v3.0.0-20240221091619-7f9ac4ff5c02

0 comments on commit b31bf58

Please sign in to comment.