vendor: Update etcd to working version and fix grpc stuff

This commit is contained in:
James Shubin
2016-09-27 05:17:19 -04:00
parent e0107b1dda
commit ef979a0839
4 changed files with 9 additions and 1 deletions

6
.gitmodules vendored
View File

@@ -1,3 +1,9 @@
[submodule "vendor/github.com/coreos/etcd"]
path = vendor/github.com/coreos/etcd
url = https://github.com/coreos/etcd/
[submodule "vendor/google.golang.org/grpc"]
path = vendor/google.golang.org/grpc
url = https://github.com/grpc/grpc-go
[submodule "vendor/github.com/grpc-ecosystem/grpc-gateway"]
path = vendor/github.com/grpc-ecosystem/grpc-gateway
url = https://github.com/grpc-ecosystem/grpc-gateway

1
vendor/google.golang.org/grpc generated vendored Submodule