2022-02-25 11:05:35 -05:00
|
|
|
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.16
|
|
|
|
|
|
|
|
//require (
|
|
|
|
// github.com/docker/cli v0.0.0+incompatible
|
2024-06-18 15:47:47 -04:00
|
|
|
// github.com/cpuguy83/go-md2man/v2 v2.0.4
|
2022-02-25 11:05:35 -05:00
|
|
|
// github.com/spf13/cobra v1.2.1
|
|
|
|
// github.com/spf13/pflag v1.0.5
|
|
|
|
//)
|
|
|
|
//
|
|
|
|
//replace github.com/docker/cli v0.0.0+incompatible => ../
|