mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 09:17:49 +08:00
12 lines
214 B
Modula-2
12 lines
214 B
Modula-2
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
|
|
github.com/stretchr/testify v1.7.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|