mirror of https://github.com/docker/docs.git
15 lines
439 B
Modula-2
15 lines
439 B
Modula-2
module github.com/docker/docs
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.21.1
|
|
|
|
require (
|
|
github.com/docker/buildx v0.12.2-0.20240126114058-d43cf8c2c6b4 // indirect
|
|
github.com/docker/cli v25.0.1+incompatible // indirect
|
|
github.com/docker/compose/v2 v2.24.5 // indirect
|
|
github.com/docker/scout-cli v1.3.0 // indirect
|
|
github.com/moby/buildkit v0.13.0-beta1.0.20240126101002-6bd81372ad6f // indirect
|
|
github.com/moby/moby v25.0.0+incompatible // indirect
|
|
)
|