mirror of https://github.com/docker/docs.git
18 lines
600 B
Modula-2
18 lines
600 B
Modula-2
module github.com/docker/docs
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.21.1
|
|
|
|
require (
|
|
github.com/docker/buildx v0.12.1 // indirect
|
|
github.com/docker/cli v25.0.0-rc.3+incompatible // indirect
|
|
github.com/docker/compose/v2 v2.24.1 // indirect
|
|
github.com/docker/scout-cli v1.3.0 // indirect
|
|
github.com/moby/buildkit v0.13.0-beta1.0.20240116143623-28ce478b1fde // indirect
|
|
github.com/moby/moby v24.0.8-0.20240109122856-854ca341c0f6+incompatible // indirect
|
|
)
|
|
|
|
// buildkit depends on cli v25 beta1, pin to v24
|
|
replace github.com/docker/cli => github.com/docker/cli v24.0.8-0.20240103162225-b0c5946ba5d8+incompatible
|