Files
buildx/vendor/github.com/docker/cli-docs-tool/go.mod
2021-11-04 18:52:17 +01:00

11 lines
184 B
Modula-2

module github.com/docker/cli-docs-tool
go 1.16
require (
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v2 v2.4.0
)