Update README.md
Mention vendorfmt in the `Vendoring` section.
This commit is contained in:
parent
3b170cf258
commit
b72c8f5526
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue