File tree Expand file tree Collapse file tree 4 files changed +69
-8
lines changed
github.com/docker/docker/pkg/atomicwriter Expand file tree Collapse file tree 4 files changed +69
-8
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ require (
29
29
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
30
30
github.com/cristalhq/hedgedhttp v0.9.1
31
31
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
33
33
github.com/docker/go-plugins-helpers v0.0.0-20240701071450-45e2431495c8
34
34
github.com/drone/envsubst v1.0.3
35
35
github.com/dustin/go-humanize v1.0.1
Original file line number Diff line number Diff line change @@ -350,8 +350,8 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr
350
350
github.com/distribution/reference v0.6.0 /go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E =
351
351
github.com/dlclark/regexp2 v1.11.4 h1:rPYF9/LECdNymJufQKmri9gV604RvvABwgOA8un7yAo =
352
352
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 =
355
355
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c =
356
356
github.com/docker/go-connections v0.5.0 /go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc =
357
357
github.com/docker/go-metrics v0.0.1 h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8 =
Original file line number Diff line number Diff line change @@ -623,7 +623,7 @@ github.com/distribution/reference
623
623
## explicit; go 1.13
624
624
github.com/dlclark/regexp2
625
625
github.com/dlclark/regexp2/syntax
626
- # github.com/docker/docker v28.0.2 +incompatible
626
+ # github.com/docker/docker v28.0.4 +incompatible
627
627
## explicit
628
628
github.com/docker/docker/api
629
629
github.com/docker/docker/api/types
You can’t perform that action at this time.
0 commit comments