Update go get packages in make deps (#1474)

This commit is contained in:
Zachary Wasserman 2017-04-06 12:12:20 -07:00 committed by GitHub
parent d7cd91c0e4
commit 0d11c8a995

View File

@ -148,9 +148,10 @@ generate-dev: .prefix
deps:
yarn
go get github.com/jteeuwen/go-bindata/...
go get github.com/Masterminds/glide
go get github.com/groob/mockimpl
go get -u \
github.com/jteeuwen/go-bindata/... \
github.com/Masterminds/glide \
github.com/groob/mockimpl
glide install --strip-vendor
distclean: