github version of mousetrap required for xcompile

This commit is contained in:
Mike Farah 2018-06-20 08:14:14 +10:00
parent c1f9065c68
commit facc81d1f4
2 changed files with 7 additions and 1 deletions

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 (ensure that [gopkg](https://gopkg.in/) and govendor is used for package dependencies)
3. apply changes (use govendor with a preference to [gopkg](https://gopkg.in/) for package dependencies)
4. `make [local] build`
5. If required, update the user documentation
- Update README.md and/or documentation under the mkdocs folder

6
vendor/vendor.json vendored
View File

@ -2,6 +2,12 @@
"comment": "",
"ignore": "test",
"package": [
{
"checksumSHA1": "40vJyUB4ezQSn/NSadsKEOrudMc=",
"path": "github.com/inconshreveable/mousetrap",
"revision": "76626ae9c91c4f2a10f34cad8ce83ea42c93bb75",
"revisionTime": "2014-10-17T20:07:13Z"
},
{
"checksumSHA1": "ljd3FhYRJ91cLZz3wsH9BQQ2JbA=",
"path": "github.com/pkg/errors",