From 2b717f091ce5487beb47054184c602a95a84d646 Mon Sep 17 00:00:00 2001 From: Eugene Kim Date: Fri, 25 Jan 2019 10:15:12 -0800 Subject: [PATCH] Vendor Kyber at pre-modularization Kyber is going through version 3 release process, in which they are switching to being a full module and requiring the import path to be go.dedis.ch/kyber. This breaks fresh installs and likely CI builds too. Peg at the version right before the modularization so that our code (yet to be adjusted for the new import path) continues to build. This is a temporary bandaid. We will be getting rid of Kyber soon in favor of https://github.com/herumi/bls. --- .gitmodules | 3 +++ vendor/github.com/dedis/kyber | 1 + 2 files changed, 4 insertions(+) create mode 160000 vendor/github.com/dedis/kyber diff --git a/.gitmodules b/.gitmodules index 118ee2656..c0c2c61d8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,6 @@ [submodule "vendor/github.com/golang/protobuf"] path = vendor/github.com/golang/protobuf url = https://github.com/golang/protobuf +[submodule "vendor/github.com/dedis/kyber"] + path = vendor/github.com/dedis/kyber + url = https://github.com/dedis/kyber diff --git a/vendor/github.com/dedis/kyber b/vendor/github.com/dedis/kyber new file mode 160000 index 000000000..5cc646019 --- /dev/null +++ b/vendor/github.com/dedis/kyber @@ -0,0 +1 @@ +Subproject commit 5cc64601919b0945d10aba014129cdfef5fdda46