From b72c8f5526ba62d799d674f87c78a9c3480fa322 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Mon, 23 Oct 2017 12:42:00 +0200 Subject: [PATCH] Update README.md Mention vendorfmt in the `Vendoring` section. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed73ef872..6a21df7ef 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.