Update dep version
This commit is contained in:
parent
608ccb0ca1
commit
7a4b4c941c
2 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@ If you happen to update the provider's templates (located in `/templates`), you
|
|||
The [dep](https://github.com/golang/dep) command is not required for building;
|
||||
however, it is necessary if you need to update the dependencies (i.e., add, update, or remove third-party packages).
|
||||
|
||||
You need [dep](https://github.com/golang/dep) >= 0.5.0.
|
||||
You need [dep](https://github.com/golang/dep) >= 0.5.4.
|
||||
|
||||
If you want to add a dependency, use `dep ensure -add` to have [dep](https://github.com/golang/dep) put it into the vendor folder and update the dep manifest/lock files (`Gopkg.toml` and `Gopkg.lock`, respectively).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue