Skip to content

Commit 0ff528d

Browse files
committed
Downgrade distribution/v3 temporarily
This is the latest master that still uses Go supported by our CI. This should be dropped once our images are updated.
1 parent 1964f70 commit 0ff528d

File tree

7 files changed

+9
-19
lines changed

7 files changed

+9
-19
lines changed

pkg/image/registryclient/v2/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module github.com/openshift/library-go/pkg/image/registryclient/v2
22

3-
go 1.23.7
3+
go 1.23.0
44

55
require (
6-
github.com/distribution/distribution/v3 v3.0.0
6+
github.com/distribution/distribution/v3 v3.0.0-rc.3.0.20250318085443-65f455352d2f
77
github.com/distribution/reference v0.6.0
88
github.com/google/go-cmp v0.7.0
99
github.com/google/uuid v1.6.0

pkg/image/registryclient/v2/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
1111
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1212
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
1313
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
14-
github.com/distribution/distribution/v3 v3.0.0 h1:q4R8wemdRQDClzoNNStftB2ZAfqOiN6UX90KJc4HjyM=
15-
github.com/distribution/distribution/v3 v3.0.0/go.mod h1:tRNuFoZsUdyRVegq8xGNeds4KLjwLCRin/tTo6i1DhU=
14+
github.com/distribution/distribution/v3 v3.0.0-rc.3.0.20250318085443-65f455352d2f h1:51WetIMtVVi2z9oWvXkVTmb6frZf8scIAZJisc8q8Kc=
15+
github.com/distribution/distribution/v3 v3.0.0-rc.3.0.20250318085443-65f455352d2f/go.mod h1:CqEv+Z5oBIUZfeVKjyAlVzohYyd4L7nAzE8oTIUBD6A=
1616
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
1717
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
1818
github.com/docker/go-metrics v0.0.1 h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=

pkg/image/registryclient/v2/vendor/github.com/distribution/distribution/v3/.golangci.yml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/image/registryclient/v2/vendor/github.com/distribution/distribution/v3/.mailmap

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/image/registryclient/v2/vendor/github.com/distribution/distribution/v3/AUTHORS

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/image/registryclient/v2/vendor/github.com/distribution/distribution/v3/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/image/registryclient/v2/vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ github.com/cespare/xxhash/v2
77
# github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
88
## explicit
99
github.com/davecgh/go-spew/spew
10-
# github.com/distribution/distribution/v3 v3.0.0
11-
## explicit; go 1.23.7
10+
# github.com/distribution/distribution/v3 v3.0.0-rc.3.0.20250318085443-65f455352d2f
11+
## explicit; go 1.22.7
1212
github.com/distribution/distribution/v3
1313
github.com/distribution/distribution/v3/internal/dcontext
1414
github.com/distribution/distribution/v3/internal/requestutil

0 commit comments

Comments
 (0)