Add 'update_deps'

This commit is contained in:
Jae Kwon 2016-03-28 09:46:57 -07:00
parent 9cfc6614ba
commit 615981c70d
1 changed files with 3 additions and 0 deletions

View File

@ -10,3 +10,6 @@ test:
get_deps:
go get -d github.com/tendermint/basecoin/...
update_deps:
go get -d -u github.com/tendermint/basecoin/...