Skip to content

Commit d6190b9

Browse files
Bump github.com/docker/distribution in /agent
Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.2+incompatible to 2.8.3+incompatible. - [Release notes](https://github.com/docker/distribution/releases) - [Commits](distribution/distribution@v2.8.2...v2.8.3) --- updated-dependencies: - dependency-name: github.com/docker/distribution dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 10c1a7e commit d6190b9

File tree

13 files changed

+378
-822
lines changed

13 files changed

+378
-822
lines changed

agent/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/containernetworking/plugins v1.4.1
1818
github.com/deniswernert/udev v0.0.0-20170418162847-a12666f7b5a1
1919
github.com/didip/tollbooth v4.0.2+incompatible
20-
github.com/docker/distribution v2.8.2+incompatible
20+
github.com/docker/distribution v2.8.3+incompatible
2121
github.com/docker/docker v25.0.6+incompatible
2222
github.com/docker/go-connections v0.4.0
2323
github.com/docker/go-units v0.5.0

agent/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ github.com/didip/tollbooth v4.0.2+incompatible h1:fVSa33JzSz0hoh2NxpwZtksAzAgd7z
114114
github.com/didip/tollbooth v4.0.2+incompatible/go.mod h1:A9b0665CE6l1KmzpDws2++elm/CsuWBMa5Jv4WY0PEY=
115115
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
116116
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
117-
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
118-
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
117+
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
118+
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
119119
github.com/docker/docker v25.0.6+incompatible h1:5cPwbwriIcsua2REJe8HqQV+6WlWc1byg2QSXzBxBGg=
120120
github.com/docker/docker v25.0.6+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
121121
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=

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

-42
This file was deleted.

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

+34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

-199
This file was deleted.

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

+92
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)