mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-23 16:34:38 +00:00
13 lines
433 B
AMPL
13 lines
433 B
AMPL
module github.com/tendermint/tendermint/crypto/bls
|
|
|
|
go 1.17
|
|
|
|
require github.com/tendermint/tendermint v0.35.4
|
|
|
|
require (
|
|
github.com/oasisprotocol/curve25519-voi v0.0.0-20210609091139-0a56a4bca00b // indirect
|
|
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
|
|
github.com/sasha-s/go-deadlock v0.2.1-0.20190427202633-1595213edefa // indirect
|
|
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
|
|
)
|