Files
moby/man/go.mod
Cory Snider 3a5a738a55 man: build dockerd man pages using make
Vendor the go-md2man tool used to generate the man pages so that the
only dependency is a Go toolchain.

Signed-off-by: Cory Snider <csnider@mirantis.com>
(cherry picked from commit 05d7008419)
Signed-off-by: Cory Snider <csnider@mirantis.com>
2024-08-29 16:22:41 -04:00

8 lines
157 B
Modula-2

module github.com/docker/docker/man
go 1.19
require github.com/cpuguy83/go-md2man/v2 v2.0.4
require github.com/russross/blackfriday/v2 v2.1.0 // indirect