mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
<!--Delete sections as needed --> ## Description Final PR to improve the DD IA. Validate test failing due to link that needs fixing in an upstream repo ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
22 lines
887 B
Modula-2
22 lines
887 B
Modula-2
module github.com/docker/docs
|
|
|
|
go 1.23.1
|
|
|
|
require (
|
|
github.com/docker/buildx v0.18.0 // indirect
|
|
github.com/docker/cli v27.3.2-0.20241107125754-eb986ae71b0c+incompatible // indirect
|
|
github.com/docker/compose/v2 v2.30.2 // indirect
|
|
github.com/docker/scout-cli v1.15.0 // indirect
|
|
github.com/moby/buildkit v0.17.1-0.20241031124041-354f2d13c905 // indirect
|
|
github.com/moby/moby v27.3.1+incompatible // indirect
|
|
)
|
|
|
|
replace (
|
|
github.com/docker/buildx => github.com/docker/buildx v0.18.0
|
|
github.com/docker/cli => github.com/docker/cli v27.3.2-0.20241107125754-eb986ae71b0c+incompatible
|
|
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.30.2
|
|
github.com/docker/scout-cli => github.com/docker/scout-cli v1.15.0
|
|
github.com/moby/buildkit => github.com/moby/buildkit v0.17.1-0.20241031124041-354f2d13c905
|
|
github.com/moby/moby => github.com/moby/moby v27.3.1+incompatible
|
|
)
|