Skip to content

Commit 503a0cb

Browse files
committed
vendor: github.com/docker/distribution v2.8.1
to match the version used in moby Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent ddb5c91 commit 503a0cb

File tree

5 files changed

+34
-5
lines changed

5 files changed

+34
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/akutz/memconn v0.1.0
99
github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
1010
github.com/container-storage-interface/spec v1.5.0
11-
github.com/docker/distribution v2.7.1+incompatible
11+
github.com/docker/distribution v2.8.1+incompatible
1212
github.com/docker/docker v20.10.3-0.20220408103430-7ea283fd9166+incompatible // v22.04 dev
1313
github.com/docker/go-connections v0.4.0
1414
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
109109
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
110110
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
111111
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
112-
github.com/docker/distribution v2.7.1+incompatible h1:a5mlkVzth6W5A4fOsS3D2EO5BUmsJpcB+cRlLU7cSug=
113-
github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
112+
github.com/docker/distribution v2.8.1+incompatible h1:Q50tZOPR6T/hjNsyc9g8/syEs6bk8XXApsHjKukMl68=
113+
github.com/docker/distribution v2.8.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
114114
github.com/docker/docker v20.10.3-0.20220408103430-7ea283fd9166+incompatible h1:N0sFxpj9ODNzuz2LR2D/OMpmmYg3H4JeaEFekWGB2ns=
115115
github.com/docker/docker v20.10.3-0.20220408103430-7ea283fd9166+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
116116
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=

vendor/github.com/docker/distribution/reference/normalize.go

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

vendor/github.com/docker/distribution/reference/reference.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ github.com/container-storage-interface/spec/lib/go/csi
4141
# github.com/davecgh/go-spew v1.1.1
4242
## explicit
4343
github.com/davecgh/go-spew/spew
44-
# github.com/docker/distribution v2.7.1+incompatible
44+
# github.com/docker/distribution v2.8.1+incompatible
4545
## explicit
4646
github.com/docker/distribution/digestset
4747
github.com/docker/distribution/reference

0 commit comments

Comments
 (0)