mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
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>
8 lines
157 B
Modula-2
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
|