Update blst (#8703)

* Update blst to v0.3.4

* go mod tidy

Co-authored-by: Nishant Das <nishdas93@gmail.com>
This commit is contained in:
Preston Van Loon
2021-04-04 06:59:32 -05:00
committed by GitHub
parent 1c6c058bba
commit 80ab9201b3
3 changed files with 6 additions and 6 deletions

2
go.mod
View File

@@ -92,7 +92,7 @@ require (
github.com/sirupsen/logrus v1.6.0
github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969 // indirect
github.com/stretchr/testify v1.6.1
github.com/supranational/blst v0.3.3
github.com/supranational/blst v0.3.4
github.com/trailofbits/go-mutexasserts v0.0.0-20200708152505-19999e7d3cef
github.com/tyler-smith/go-bip39 v1.0.2
github.com/urfave/cli/v2 v2.2.0