Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit 69f8bc9

Browse files
fix(deps): update module github.com/docker/docker to v24 [security]
1 parent 85cc526 commit 69f8bc9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

backend/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ require (
3939
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
4040
github.com/containerd/continuity v0.3.0 // indirect
4141
github.com/davecgh/go-spew v1.1.1 // indirect
42-
github.com/docker/docker v20.10.14+incompatible
42+
github.com/docker/docker v24.0.9+incompatible
4343
github.com/docker/go-connections v0.4.0 // indirect
4444
github.com/docker/go-units v0.4.0 // indirect
4545
github.com/gorilla/securecookie v1.1.1 // indirect

backend/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ github.com/docker/distribution v2.8.1+incompatible h1:Q50tZOPR6T/hjNsyc9g8/syEs6
4646
github.com/docker/distribution v2.8.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
4747
github.com/docker/docker v20.10.14+incompatible h1:+T9/PRYWNDo5SZl5qS1r9Mo/0Q8AwxKKPtu9S1yxM0w=
4848
github.com/docker/docker v20.10.14+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
49+
github.com/docker/docker v24.0.9+incompatible h1:HPGzNmwfLZWdxHqK9/II92pyi1EpYKsAqcl4G0Of9v0=
50+
github.com/docker/docker v24.0.9+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
4951
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
5052
github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=
5153
github.com/docker/go-units v0.4.0 h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=

0 commit comments

Comments
 (0)