mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
Update go get packages in make deps (#1474)
This commit is contained in:
parent
d7cd91c0e4
commit
0d11c8a995
7
Makefile
7
Makefile
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user