Skip to content

Commit 75d718f

Browse files
chore(dependabot): bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible in /runtime-watcher (#330)
chore(dependabot): bump github.com/docker/docker in /runtime-watcher Bumps [github.com/docker/docker](https://github.com/docker/docker) from 26.1.4+incompatible to 26.1.5+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v26.1.4...v26.1.5) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 57e3a21 commit 75d718f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

runtime-watcher/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ require (
106106
github.com/dimchansky/utfbom v1.1.1 // indirect
107107
github.com/docker/cli v26.1.3+incompatible // indirect
108108
github.com/docker/distribution v2.8.3+incompatible // indirect
109-
github.com/docker/docker v26.1.4+incompatible // indirect
109+
github.com/docker/docker v26.1.5+incompatible // indirect
110110
github.com/docker/docker-credential-helpers v0.8.1 // indirect
111111
github.com/dustin/go-humanize v1.0.1 // indirect
112112
github.com/emicklei/go-restful/v3 v3.11.1 // indirect

runtime-watcher/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ github.com/docker/cli v26.1.3+incompatible h1:bUpXT/N0kDE3VUHI2r5VMsYQgi38kYuoC0
262262
github.com/docker/cli v26.1.3+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
263263
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
264264
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
265-
github.com/docker/docker v26.1.4+incompatible h1:vuTpXDuoga+Z38m1OZHzl7NKisKWaWlhjQk7IDPSLsU=
266-
github.com/docker/docker v26.1.4+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
265+
github.com/docker/docker v26.1.5+incompatible h1:NEAxTwEjxV6VbBMBoGG3zPqbiJosIApZjxlbrG9q3/g=
266+
github.com/docker/docker v26.1.5+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
267267
github.com/docker/docker-credential-helpers v0.8.1 h1:j/eKUktUltBtMzKqmfLB0PAgqYyMHOp5vfsD1807oKo=
268268
github.com/docker/docker-credential-helpers v0.8.1/go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M=
269269
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c h1:lzqkGL9b3znc+ZUgi7FlLnqjQhcXxkNM/quxIjBVMD0=

0 commit comments

Comments
 (0)