vendor: Add codec package because of breakage

Recent git master 54210f4e076c57f351166f0ed60e67d3fca57a36 of
github.com/ugorji/go broke the builds. See:
https://github.com/coreos/etcd/issues/8579
This commit is contained in:
James Shubin
2017-09-19 18:19:23 -04:00
parent 21f7f87716
commit 95cb94a039
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -19,3 +19,6 @@
[submodule "vendor/github.com/grpc-ecosystem/go-grpc-prometheus"]
path = vendor/github.com/grpc-ecosystem/go-grpc-prometheus
url = https://github.com/grpc-ecosystem/go-grpc-prometheus
[submodule "vendor/github.com/ugorji/go"]
path = vendor/github.com/ugorji/go
url = https://github.com/ugorji/go

1
vendor/github.com/ugorji/go generated vendored Submodule