You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/specgen/README.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,14 @@ A tool that reflects the Docker client [engine-api](https://github.com/docker/en
6
6
7
7
##How to use:
8
8
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
-
11
9
To update the source repositories please use the following from your `$GOPATH`:
12
10
13
11
```
14
-
> go get -u foo/bar
15
-
> godep update foo/bar
12
+
> go get -u github.com/docker/docker@<release-tag>
16
13
```
17
14
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
0 commit comments