mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-05 23:57:04 +00:00
* Files retrieved from Ostracon implementation on Github, master
branch, commit 051475802c94f46763cae4ef4c18e01d4cfa952e.
22 lines
779 B
AMPL
22 lines
779 B
AMPL
module github.com/tendermint/tendermint/crypto/bls
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/herumi/bls-eth-go-binary v0.0.0-20220216073600-600054663ec1
|
|
github.com/line/ostracon v1.0.4
|
|
github.com/stretchr/testify v1.7.1
|
|
github.com/supranational/blst v0.3.7
|
|
github.com/tendermint/tendermint v0.35.4
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/oasisprotocol/curve25519-voi v0.0.0-20210609091139-0a56a4bca00b // indirect
|
|
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/sasha-s/go-deadlock v0.2.1-0.20190427202633-1595213edefa // indirect
|
|
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|