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
)