diff --git a/README.md b/README.md index ed73ef8723..6a21df7ef6 100644 --- a/README.md +++ b/README.md @@ -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.