mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-01 00:31:21 +00:00
15 lines
498 B
Modula-2
15 lines
498 B
Modula-2
module github.com/ledgerwatch/erigon-lib
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/holiman/uint256 v1.2.0
|
|
github.com/kisielk/gotool v1.0.0 // indirect
|
|
github.com/ledgerwatch/secp256k1 v0.0.0-20210626115225-cd5cd00ed72d // indirect
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
|
|
google.golang.org/grpc v1.39.0 // indirect
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
)
|