mirror of https://github.com/docker/docs.git
tweak workflow for godep update
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
This commit is contained in:
parent
e991c930d3
commit
5333b84529
|
@ -50,6 +50,7 @@ To make sure other will not miss dependencies you've added to Swarm, you'll need
|
|||
|
||||
```sh
|
||||
$GOBIN/godep save ./...
|
||||
$GOBIN/godep update <an updated package>
|
||||
git diff # check what added or removed in Godep/Godeps.json
|
||||
# then manually add missing dependencies
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue