Skip to content

Commit 628c02b

Browse files
author
timt
committed
Updated specgen readme
1 parent d0a5d45 commit 628c02b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tools/specgen/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ A tool that reflects the Docker client [engine-api](https://github.com/docker/en
66

77
##How to use:
88

9-
This tool relies on [GoDep](https://github.com/tools/godep), a tool used to manage which git hash's were used at which time to generate the corresponding models.
10-
119
To update the source repositories please use the following from your `$GOPATH`:
1210

1311
```
14-
> go get -u foo/bar
15-
> godep update foo/bar
12+
> go get -u github.com/docker/docker@<release-tag>
1613
```
1714

15+
Note: Since the docker library is not a go module the version go generates will look something like this v17.12.0-ce-rc1.0.20200916142827-bd33bbf0497b+incompatible even though this is for v19.03.13. The commit hash bd33bbf0497b matches the commit hash of docker v 19.03.13
16+
1817
Once you have the latest engine-api. Calling:
1918

2019
```

0 commit comments

Comments
 (0)