Use gopkg managed versions of dependencies, for better go get support

This commit is contained in:
Mike Farah
2018-06-18 11:37:42 +10:00
parent ae0c042ae6
commit 6d6e476ac8
6 changed files with 22 additions and 36 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ Use "yq [command] --help" for more information about a command.
## Contribute
1. `make [local] vendor`
2. add unit tests
3. apply changes
3. apply changes (ensure that [gopkg](https://gopkg.in/) and govendor is used for package dependencies)
4. `make [local] build`
5. If required, update the user documentation
- Update README.md and/or documentation under the mkdocs folder