Files
moby/man/go.mod
Cory Snider 05d7008419 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>
2024-08-19 14:01:38 -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