Skip to content

Commit 0a21fad

Browse files
authored
Merge pull request #3600 from zhanggbj/release-1.12
[release-1.12] 🌱 Bump to github.com/docker/docker v28.0.2+incompatible to fix CVE
2 parents f29262c + f8393fd commit 0a21fad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ require (
6363
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
6464
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6565
github.com/distribution/reference v0.6.0 // indirect
66-
github.com/docker/docker v27.3.1+incompatible // indirect
66+
github.com/docker/docker v28.0.2+incompatible // indirect
6767
github.com/docker/go-connections v0.5.0 // indirect
6868
github.com/docker/go-units v0.4.0 // indirect
6969
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect

test/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
6464
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
6565
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
6666
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
67-
github.com/docker/docker v27.3.1+incompatible h1:KttF0XoteNTicmUtBO0L2tP+J7FGRFTjaEF4k6WdhfI=
68-
github.com/docker/docker v27.3.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
67+
github.com/docker/docker v28.0.2+incompatible h1:9BILleFwug5FSSqWBgVevgL3ewDJfWWWyZVqlDMttE8=
68+
github.com/docker/docker v28.0.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
6969
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
7070
github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
7171
github.com/docker/go-units v0.4.0 h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=

0 commit comments

Comments
 (0)