shithub: hugo

Download patch

ref: 84710eb3ec7e2f941cddec21e48512753ea96ff0
parent: 555a9bc80653597a5c5c82fe84222813dfe5aff8
author: Anthony Fok <[email protected]>
date: Fri Jul 28 05:18:20 EDT 2017

Add -u flag for go get govendor in CONTRIBUTING.md

This to to ensure the reader is not stuck with a stale version
of govendor where `govendor get` may not actually build/install
the final hugo binary.

See kardianos/govendor#330

--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -97,7 +97,7 @@
 ### Fetch the Sources From GitHub
 
 ```
-go get github.com/kardianos/govendor
+go get -u github.com/kardianos/govendor
 govendor get github.com/gohugoio/hugo
 ```