1
0
mirror of https://github.com/docker/cli.git synced 2026-01-06 05:41:44 +03:00
Files
cli/docs/go.mod
2022-08-17 16:56:44 +02:00

14 lines
328 B
Modula-2

module github.com/docker/cli/docs
// dummy go.mod to avoid dealing with dependencies specific
// to docs generation and not really part of the project.
go 1.16
//require (
// github.com/docker/cli v0.0.0+incompatible
// github.com/docker/cli-docs-tool v0.5.0
//)
//
//replace github.com/docker/cli v0.0.0+incompatible => ../