dep ensure -update (#1001)

* dep ensure -update

Run "dep ensure -update` to update all dependencies.

No code changes; just the dependencies.

* dep prune

* add new venderod
This commit is contained in:
Miek Gieben
2017-08-28 17:49:28 +02:00
committed by Yong Tang
parent 558f4bea41
commit 7e63bdbee8
407 changed files with 32999 additions and 24546 deletions

View File

@@ -52,7 +52,7 @@ if [ -z "$PROTOBUF" ]; then
# The protoc include directory is actually the "src" directory of the repo.
protodir="$proto_repo_dir/src"
else
protodir="$PROTOBUF"
protodir="$PROTOBUF/src"
fi
if [ -z "$GOOGLEAPIS" ]; then
@@ -75,4 +75,3 @@ echo 1>&2 "Checking that the libraries build..."
go build -v ./...
echo 1>&2 "All done!"