Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 43cbbd8

Browse files
authored
Merge pull request #650 from kubernetes-sigs/dependabot/go_modules/test/e2e/github.com/docker/distribution-2.8.3incompatible
🌱 Bump github.com/docker/distribution from 2.8.2+incompatible to 2.8.3+incompatible in /test/e2e
2 parents 6883440 + a089a1b commit 43cbbd8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

test/e2e/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ require (
3939
github.com/coredns/caddy v1.1.0 // indirect
4040
github.com/coredns/corefile-migration v1.0.21 // indirect
4141
github.com/davecgh/go-spew v1.1.1 // indirect
42-
github.com/docker/distribution v2.8.2+incompatible // indirect
42+
github.com/distribution/reference v0.5.0 // indirect
43+
github.com/docker/distribution v2.8.3+incompatible // indirect
4344
github.com/docker/docker v24.0.5+incompatible // indirect
4445
github.com/docker/go-connections v0.4.0 // indirect
4546
github.com/docker/go-units v0.4.0 // indirect

test/e2e/go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,10 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
110110
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
111111
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
112112
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
113-
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
114-
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
113+
github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0=
114+
github.com/distribution/reference v0.5.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
115+
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
116+
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
115117
github.com/docker/docker v24.0.5+incompatible h1:WmgcE4fxyI6EEXxBRxsHnZXrO1pQ3smi0k/jho4HLeY=
116118
github.com/docker/docker v24.0.5+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
117119
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=

0 commit comments

Comments
 (0)