From 95cb94a03958a9d2ebf01df0821a8c13a4f3a28c Mon Sep 17 00:00:00 2001 From: James Shubin Date: Tue, 19 Sep 2017 18:19:23 -0400 Subject: [PATCH] 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 --- .gitmodules | 3 +++ vendor/github.com/ugorji/go | 1 + 2 files changed, 4 insertions(+) create mode 160000 vendor/github.com/ugorji/go diff --git a/.gitmodules b/.gitmodules index 6804e61e..1570bc44 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/vendor/github.com/ugorji/go b/vendor/github.com/ugorji/go new file mode 160000 index 00000000..8c0409fc --- /dev/null +++ b/vendor/github.com/ugorji/go @@ -0,0 +1 @@ +Subproject commit 8c0409fcbb70099c748d71f714529204975f6c3f