mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-29 07:07:16 +00:00
10 lines
247 B
Modula-2
10 lines
247 B
Modula-2
module github.com/ledgerwatch/erigon-lib
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/holiman/uint256 v1.2.0
|
|
github.com/ledgerwatch/secp256k1 v0.0.0-20210626115225-cd5cd00ed72d // indirect
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
|
|
)
|