Skip to content

Commit 788cb63

Browse files
authored
Merge pull request #364 from kbudde/dependabot/go_modules/github.com/docker/docker-24.0.7incompatible
Bump github.com/docker/docker from 20.10.24+incompatible to 24.0.7+incompatible
2 parents d61046e + aa3ef14 commit 788cb63

File tree

2 files changed

+11
-468
lines changed

2 files changed

+11
-468
lines changed

go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2121
github.com/containerd/continuity v0.3.0 // indirect
2222
github.com/docker/cli v20.10.17+incompatible // indirect
23-
github.com/docker/docker v20.10.24+incompatible // indirect
23+
github.com/docker/docker v24.0.7+incompatible // indirect
2424
github.com/docker/go-connections v0.4.0 // indirect
2525
github.com/docker/go-units v0.4.0 // indirect
2626
github.com/ghodss/yaml v1.0.0 // indirect
@@ -43,7 +43,6 @@ require (
4343
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
4444
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
4545
golang.org/x/mod v0.9.0 // indirect
46-
golang.org/x/net v0.10.0 // indirect
4746
golang.org/x/tools v0.7.0 // indirect
4847
google.golang.org/protobuf v1.31.0 // indirect
4948
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)