Skip to content

Commit a96da52

Browse files
fix(deps): update module github.com/docker/docker to v28.0.4+incompatible (main) (#16900)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3286e21 commit a96da52

File tree

4 files changed

+69
-8
lines changed

4 files changed

+69
-8
lines changed

‎go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
3030
github.com/cristalhq/hedgedhttp v0.9.1
3131
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
32-
github.com/docker/docker v28.0.2+incompatible
32+
github.com/docker/docker v28.0.4+incompatible
3333
github.com/docker/go-plugins-helpers v0.0.0-20240701071450-45e2431495c8
3434
github.com/drone/envsubst v1.0.3
3535
github.com/dustin/go-humanize v1.0.1

‎go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr
350350
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
351351
github.com/dlclark/regexp2 v1.11.4 h1:rPYF9/LECdNymJufQKmri9gV604RvvABwgOA8un7yAo=
352352
github.com/dlclark/regexp2 v1.11.4/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
353-
github.com/docker/docker v28.0.2+incompatible h1:9BILleFwug5FSSqWBgVevgL3ewDJfWWWyZVqlDMttE8=
354-
github.com/docker/docker v28.0.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
353+
github.com/docker/docker v28.0.4+incompatible h1:JNNkBctYKurkw6FrHfKqY0nKIDf5nrbxjVBtS+cdcok=
354+
github.com/docker/docker v28.0.4+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
355355
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
356356
github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
357357
github.com/docker/go-metrics v0.0.1 h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=

‎vendor/github.com/docker/docker/pkg/atomicwriter/atomicwriter.go

Lines changed: 65 additions & 4 deletions
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
@@ -623,7 +623,7 @@ github.com/distribution/reference
623623
## explicit; go 1.13
624624
github.com/dlclark/regexp2
625625
github.com/dlclark/regexp2/syntax
626-
# github.com/docker/docker v28.0.2+incompatible
626+
# github.com/docker/docker v28.0.4+incompatible
627627
## explicit
628628
github.com/docker/docker/api
629629
github.com/docker/docker/api/types

0 commit comments

Comments
 (0)