mirror of
https://github.com/mikefarah/yq.git
synced 2025-01-24 06:35:40 +00:00
github version of mousetrap required for xcompile
This commit is contained in:
parent
c1f9065c68
commit
facc81d1f4
@ -81,7 +81,7 @@ Use "yq [command] --help" for more information about a command.
|
|||||||
## Contribute
|
## Contribute
|
||||||
1. `make [local] vendor`
|
1. `make [local] vendor`
|
||||||
2. add unit tests
|
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`
|
4. `make [local] build`
|
||||||
5. If required, update the user documentation
|
5. If required, update the user documentation
|
||||||
- Update README.md and/or documentation under the mkdocs folder
|
- Update README.md and/or documentation under the mkdocs folder
|
||||||
|
6
vendor/vendor.json
vendored
6
vendor/vendor.json
vendored
@ -2,6 +2,12 @@
|
|||||||
"comment": "",
|
"comment": "",
|
||||||
"ignore": "test",
|
"ignore": "test",
|
||||||
"package": [
|
"package": [
|
||||||
|
{
|
||||||
|
"checksumSHA1": "40vJyUB4ezQSn/NSadsKEOrudMc=",
|
||||||
|
"path": "github.com/inconshreveable/mousetrap",
|
||||||
|
"revision": "76626ae9c91c4f2a10f34cad8ce83ea42c93bb75",
|
||||||
|
"revisionTime": "2014-10-17T20:07:13Z"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"checksumSHA1": "ljd3FhYRJ91cLZz3wsH9BQQ2JbA=",
|
"checksumSHA1": "ljd3FhYRJ91cLZz3wsH9BQQ2JbA=",
|
||||||
"path": "github.com/pkg/errors",
|
"path": "github.com/pkg/errors",
|
||||||
|
Loading…
Reference in New Issue
Block a user