Files
docker-docs/go.mod
Guillaume Lours fd29d55f10 bump compose to version v5.1.2 (#24676)
<!--Delete sections as needed -->

## Description
Bump Compose to version `v5.1.2`

## Related issues or tickets
N/A

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [x] Technical review
- [ ] Editorial review
- [ ] Product review

Signed-off-by: Guillaume Lours <glours@users.noreply.github.com>
Co-authored-by: Guillaume Lours <glours@users.noreply.github.com>
2026-04-09 10:34:34 +01:00

28 lines
735 B
Modula-2

module github.com/docker/docs
go 1.26.0
// This go.mod file is used by hugo to vendor documentation from upstream
// repositories. Use the "require" section to specify the version of the
// upstream repository.
//
// Make sure to add an entry in the "tools" section when adding a new repository.
require (
github.com/docker/buildx v0.33.0
github.com/docker/cli v29.4.0+incompatible
github.com/docker/compose/v5 v5.1.2
github.com/docker/model-runner v1.1.28
github.com/moby/buildkit v0.29.0
github.com/moby/moby/api v1.54.1
)
tool (
github.com/docker/buildx
github.com/docker/cli
github.com/docker/compose/v5
github.com/docker/model-runner
github.com/docker/scout-cli
github.com/moby/buildkit
github.com/moby/moby/api
)