Generate YAML doc

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-08-25 19:09:42 +02:00
parent a8a3b1738e
commit b8a602821c
130 changed files with 10889 additions and 13503 deletions

10
vendor/github.com/docker/cli-docs-tool/go.mod generated vendored Normal file
View File

@@ -0,0 +1,10 @@
module github.com/docker/cli-docs-tool
go 1.16
require (
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
gopkg.in/yaml.v2 v2.4.0
)