8000 Upgraded github.com/docker/docker to fix CVE-2024-32473 · symfony-cli/symfony-cli@3ca0b9d · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ca0b9d

Browse files
Sergii DolgushevSergii Dolgushev
authored andcommitted
Upgraded github.com/docker/docker to fix CVE-2024-32473
1 parent 252d076 commit 3ca0b9d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/NYTimes/gziphandler v1.1.1
77
github.com/blackfireio/osinfo v1.0.5
88
github.com/compose-spec/compose-go v1.20.2
9-
github.com/docker/docker v26.0.1+incompatible
9+
github.com/docker/docker v26.0.2+incompatible
1010
github.com/elazarl/goproxy v0.0.0-20231117061959-7cc037d33fb5
1111
github.com/fabpot/local-php-security-checker/v2 v2.0.6
1212
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr
2121
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
2222
github.com/docker/docker v26.0.1+incompatible h1:t39Hm6lpXuXtgkF0dm1t9a5HkbUfdGy6XbWexmGr+hA=
2323
github.com/docker/docker v26.0.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
24+
github.com/docker/docker v26.0.2+incompatible h1:yGVmKUFGgcxA6PXWAokO0sQL22BrQ67cgVjko8tGdXE=
25+
github.com/docker/docker v26.0.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
2426
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
2527
github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
2628
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=

0 commit comments

Comments
 (0)
0