mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +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>
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
|