Skip to content

Commit

Permalink
Merge pull request #393 from flavianmissi/OCPBUGS-29525
Browse files Browse the repository at this point in the history
[release-4.15] OCPBUGS-29525: bump docker-distribution to fix azure path issue
  • Loading branch information
openshift-merge-bot[bot] committed Feb 16, 2024
2 parents 9c3215b + 3e19634 commit 340eda0
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-20240216102618-dbaf4de30867
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-20240216102618-dbaf4de30867 h1:+9bMWvhbxXkOnTmi8YJY3vPunpIjvzZ19oUQRwhuWPM=
github.com/openshift/docker-distribution/v3 v3.0.0-20240216102618-dbaf4de30867/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 @@ -169,7 +169,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-20240216102618-dbaf4de30867
## explicit; go 1.18
github.com/distribution/distribution/v3
github.com/distribution/distribution/v3/configuration
Expand Down Expand Up @@ -1039,4 +1039,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-20240216102618-dbaf4de30867

0 comments on commit 340eda0

Please sign in to comment.