update circle and glide

This commit is contained in:
Ethan Buchman
2016-07-05 15:40:53 -04:00
parent 7e3e9ee9d2
commit bc0b52293e
4 changed files with 9 additions and 5 deletions
+4
View File
@@ -43,6 +43,10 @@ get_deps:
grep -v /vendor/ | sort | uniq | \
xargs go get
get_vendor_deps:
go get github.com/Masterminds/glide
glide install
update_deps:
go get -d -u github.com/tendermint/tendermint/...