shithub: hugo

Download patch

ref: 8b43d39ef312e5b9e3549aa8fa75a1464a467ae8
parent: 3ce904669a0d24debc5849c9f1a2f3f5f8fc9f11
author: Cameron Moore <[email protected]>
date: Fri Oct 14 12:41:02 EDT 2016

Use govendor sync instead of get


--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@
 govendor:
 	go get -u github.com/kardianos/govendor
 	go install github.com/kardianos/govendor
-	govendor get github.com/spf13/hugo
+	govendor sync github.com/spf13/hugo
 
 check: fmt vet test test-race