fix(Makefile): Install Glide with go get -u

go get -u is used to install and handle the other dependencies,
such as gox, golint, and vet. Use the same method for Glide.
pull/405/head
Matt Farina 9 years ago
parent 3efce30ef9
commit 2cb2021135

@ -81,7 +81,7 @@ ifndef HAS_PIP
$(error Please install the latest version of Python pip)
endif
ifndef HAS_GLIDE
go get github.com/Masterminds/glide
go get -u github.com/Masterminds/glide
endif
ifndef HAS_GOLINT
go get -u github.com/golang/lint/golint

Loading…
Cancel
Save