URI: 
       Use govendor sync instead of get - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 8b43d39ef312e5b9e3549aa8fa75a1464a467ae8
   DIR parent 3ce904669a0d24debc5849c9f1a2f3f5f8fc9f11
  HTML Author: Cameron Moore <moorereason@gmail.com>
       Date:   Fri, 14 Oct 2016 16:41:02 -0500
       
       Use govendor sync instead of get
       
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -35,7 +35,7 @@ docker:
        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