File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module github.com/elgohr/go-localstack
22
33go 1.23
44
5- toolchain go1.24.0
6-
75require (
86 github.com/Masterminds/semver/v3 v3.3.1
97 github.com/aws/aws-sdk-go v1.55.5
@@ -33,7 +31,7 @@ require (
3331 github.com/aws/aws-sdk-go-v2/service/ssm v1.52.8
3432 github.com/aws/aws-sdk-go-v2/service/sts v1.30.7
3533 github.com/aws/smithy-go v1.20.4
36- github.com/docker/docker v28.0.2 +incompatible
34+ github.com/docker/docker v28.0.4 +incompatible
3735 github.com/docker/go-connections v0.5.0
3836 github.com/maxbrunsfeld/counterfeiter/v6 v6.11.2
3937 github.com/opencontainers/image-spec v1.1.1
Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
9595github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
9696github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk =
9797github.com/distribution/reference v0.6.0 /go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E =
98- github.com/docker/docker v28.0.2 +incompatible h1:9BILleFwug5FSSqWBgVevgL3ewDJfWWWyZVqlDMttE8 =
99- github.com/docker/docker v28.0.2 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
98+ github.com/docker/docker v28.0.4 +incompatible h1:JNNkBctYKurkw6FrHfKqY0nKIDf5nrbxjVBtS+cdcok =
99+ github.com/docker/docker v28.0.4 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
100100github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c =
101101github.com/docker/go-connections v0.5.0 /go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc =
102102github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4 =
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ github.com/davecgh/go-spew/spew
260260# github.com/distribution/reference v0.6.0
261261## explicit; go 1.20
262262github.com/distribution/reference
263- # github.com/docker/docker v28.0.2 +incompatible
263+ # github.com/docker/docker v28.0.4 +incompatible
264264## explicit
265265github.com/docker/docker/api
266266github.com/docker/docker/api/types
You can’t perform that action at this time.
0 commit comments