From facc81d1f4569514cf0a9e908923bf0dfad5b6a6 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Wed, 20 Jun 2018 08:14:14 +1000 Subject: [PATCH] github version of mousetrap required for xcompile --- README.md | 2 +- vendor/vendor.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 428c2a56..16f28463 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/vendor/vendor.json b/vendor/vendor.json index 121d1e6a..072d26e9 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -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",