mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-29 07:07:16 +00:00
12 lines
361 B
Modula-2
12 lines
361 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
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
)
|