File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
// require (
9
9
// github.com/docker/cli v0.0.0+incompatible
10
- // github.com/docker/cli-docs-tool v0.5 .0
10
+ // github.com/docker/cli-docs-tool v0.8 .0
11
11
// )
12
12
//
13
13
// replace github.com/docker/cli v0.0.0+incompatible => ../../
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ trap clean EXIT
20
20
# init dummy go.mod
21
21
./scripts/vendor init
22
22
# install cli-docs-tool and copy docs/tools.go in root folder
23
- # to be able to fetch the required depedencies
23
+ # to be able to fetch the required dependencies
24
24
go mod edit -modfile=vendor.mod -require=github.com/docker/cli-docs-tool@${CLI_DOCS_TOOL_VERSION}
25
25
cp docs/generate/tools.go .
26
26
# update vendor
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ trap clean EXIT
20
20
# init dummy go.mod
21
21
./scripts/vendor init
22
22
# install cli-docs-tool and copy docs/tools.go in root folder
23
- # to be able to fetch the required depedencies
23
+ # to be able to fetch the required dependencies
24
24
go mod edit -modfile=vendor.mod -require=github.com/docker/cli-docs-tool@${CLI_DOCS_TOOL_VERSION}
25
25
cp docs/generate/tools.go .
26
26
# update vendor
You can’t perform that action at this time.
0 commit comments