mirror of
https://github.com/docker/docs.git
synced 2026-04-01 00:38:52 +07:00
* bump compose version to v2.23.3 and add release notes Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> * Apply suggestions from code review --------- Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
17 lines
575 B
Modula-2
17 lines
575 B
Modula-2
module github.com/docker/docs
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.21.1
|
|
|
|
require (
|
|
github.com/compose-spec/compose-spec v0.0.0-20231121152139-478928e7c9f8 // indirect
|
|
github.com/docker/buildx v0.12.0 // indirect
|
|
github.com/docker/cli v24.0.8-0.20231106123152-48ec4f339e2b+incompatible // indirect
|
|
github.com/docker/compose-cli v1.0.35 // indirect
|
|
github.com/docker/compose/v2 v2.23.3 // indirect
|
|
github.com/docker/scout-cli v1.0.9 // indirect
|
|
github.com/moby/buildkit v0.13.0-beta1.0.20231113205014-1efcd30d9dd6 // indirect
|
|
github.com/moby/moby v24.0.5+incompatible // indirect
|
|
)
|