diff options
author | Meng-Ying Yang <garfield@dexon.org> | 2019-01-04 17:47:33 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:27:21 +0800 |
commit | 30950e88c8c96b583b34da0a8ec1e2b44b4e1b0b (patch) | |
tree | 1426039775953d774c88f72e0c1b0de9f27dff7c | |
parent | c3c28075a73f7e1f55e82d3cf59f2f064967fdf1 (diff) | |
download | go-tangerine-30950e88c8c96b583b34da0a8ec1e2b44b4e1b0b.tar go-tangerine-30950e88c8c96b583b34da0a8ec1e2b44b4e1b0b.tar.gz go-tangerine-30950e88c8c96b583b34da0a8ec1e2b44b4e1b0b.tar.bz2 go-tangerine-30950e88c8c96b583b34da0a8ec1e2b44b4e1b0b.tar.lz go-tangerine-30950e88c8c96b583b34da0a8ec1e2b44b4e1b0b.tar.xz go-tangerine-30950e88c8c96b583b34da0a8ec1e2b44b4e1b0b.tar.zst go-tangerine-30950e88c8c96b583b34da0a8ec1e2b44b4e1b0b.zip |
vendor: update bls package (#127)
* Add missing cpp file
* Align root and sub folder hash
-rw-r--r-- | vendor/github.com/dexon-foundation/bls/ffi/go/bls/dummy.cpp | 3 | ||||
-rw-r--r-- | vendor/vendor.json | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/vendor/github.com/dexon-foundation/bls/ffi/go/bls/dummy.cpp b/vendor/github.com/dexon-foundation/bls/ffi/go/bls/dummy.cpp new file mode 100644 index 000000000..a5103a1c5 --- /dev/null +++ b/vendor/github.com/dexon-foundation/bls/ffi/go/bls/dummy.cpp @@ -0,0 +1,3 @@ +// This is a dummy source file which forces cgo to use the C++ linker instead +// of the default C linker. We can therefore eliminate non-portable linker +// flags such as -lstdc++, which is likely to break on FreeBSD and OpenBSD. diff --git a/vendor/vendor.json b/vendor/vendor.json index 38d199375..7ca44b2c0 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -123,10 +123,10 @@ "revisionTime": "2018-06-03T19:32:48Z" }, { - "checksumSHA1": "eKtPGrEJZ8yT6A7yVdzYCf3GRnc=", + "checksumSHA1": "jqxT0OeSE30j5pVqR+ia/AxtdAI=", "path": "github.com/dexon-foundation/bls", - "revision": "1208495d2fd3e5a69edaf7f429607e7ef431a5dd", - "revisionTime": "2018-10-23T02:11:18Z", + "revision": "dda43effd59cb08b3e99198c6d066a723e10a86b", + "revisionTime": "2018-12-27T09:54:38Z", "version": "dev", "versionExact": "dev" }, |