Update README.md

Mention vendorfmt in the `Vendoring` section.
This commit is contained in:
Frank Schroeder 2017-10-23 12:42:00 +02:00
parent 3b170cf258
commit b72c8f5526
No known key found for this signature in database
GPG Key ID: 4D65C6EAEC87DECD
1 changed files with 2 additions and 1 deletions

View File

@ -67,4 +67,5 @@ format the code according to Go standards.
## Vendoring
Consul currently uses [govendor](https://github.com/kardianos/govendor) for
vendoring.
vendoring and [vendorfmt](https://github.com/magiconair/vendorfmt) for formatting
`vendor.json` to a more merge-friendly "one line per package" format.