Dep helper (#2151)

* Add dep task to update go dependencies

* Update go dependencies
This commit is contained in:
Manuel Alejandro de Brito Fontes
2018-09-29 19:47:07 -03:00
committed by Miek Gieben
parent 8f8b81f56b
commit 0e8977761d
764 changed files with 172 additions and 267451 deletions

View File

@@ -95,7 +95,7 @@ $ go get -u github.com/golang/dep/cmd/dep
Use the following to update the locked versions of all dependencies
```sh
$ dep ensure -update
$ make dep-ensure
```
To add a dependency to the project, you might run