use supranation/blst@0.2.0 directly

This commit is contained in:
dignifiedquire 2020-10-14 20:12:36 +02:00
parent 56980ffc1f
commit 61fa03b1ad
3 changed files with 5 additions and 3 deletions

3
.gitmodules vendored
View File

@ -11,3 +11,6 @@
[submodule "extern/oni"]
path = extern/oni
url = https://github.com/filecoin-project/oni
[submodule "extern/blst"]
path = extern/blst
url = git@github.com:supranational/blst.git

1
extern/blst vendored Submodule

@ -0,0 +1 @@
Subproject commit 414ac6b185f6b2ef2e6364d5716f915af966c465

4
go.mod
View File

@ -150,6 +150,4 @@ replace github.com/filecoin-project/filecoin-ffi => ./extern/filecoin-ffi
replace github.com/filecoin-project/test-vectors => ./extern/test-vectors
replace github.com/supranational/blst => ./extern/fil-blst/blst
replace github.com/filecoin-project/fil-blst => ./extern/fil-blst
replace github.com/supranational/blst => ./extern/blst