Files
docker-cli/man/go.mod
Sebastiaan van Stijn 97a14c4561 update go-md2man to v2.0.5
full diff: https://github.com/cpuguy83/go-md2man/compare/v2.0.5...v2.0.6

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-01-13 18:58:07 +01:00

16 lines
400 B
Modula-2

module github.com/docker/cli/man
// dummy go.mod to avoid dealing with dependencies specific
// to manpages generation and not really part of the project.
go 1.12.0
//require (
// github.com/docker/cli v0.0.0+incompatible
// github.com/cpuguy83/go-md2man/v2 v2.0.6
// github.com/spf13/cobra v1.2.1
// github.com/spf13/pflag v1.0.5
//)
//
//replace github.com/docker/cli v0.0.0+incompatible => ../