From: Cameron Moore Date: Fri, 14 Oct 2016 21:41:02 +0000 (-0500) Subject: Use govendor sync instead of get X-Git-Tag: v0.18~193 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8b43d39ef312e5b9e3549aa8fa75a1464a467ae8;p=brevno-suite%2Fhugo Use govendor sync instead of get --- diff --git a/Makefile b/Makefile index ba9a2862..684e1d1b 100644 --- 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