mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-29 07:07:16 +00:00
49 lines
1.8 KiB
Modula-2
49 lines
1.8 KiB
Modula-2
module github.com/ledgerwatch/erigon-lib
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/RoaringBitmap/roaring v1.2.1
|
|
github.com/VictoriaMetrics/metrics v1.22.2
|
|
github.com/c2h5oh/datasize v0.0.0-20220606134207-859f65c6625b
|
|
github.com/go-stack/stack v1.8.1
|
|
github.com/google/btree v1.1.2
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
|
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
|
|
github.com/holiman/uint256 v1.2.1
|
|
github.com/ledgerwatch/interfaces v0.0.0-20221110171008-1309329613dc
|
|
github.com/ledgerwatch/log/v3 v3.6.0
|
|
github.com/ledgerwatch/secp256k1 v1.0.0
|
|
github.com/matryer/moq v0.2.7
|
|
github.com/quasilyte/go-ruleguard/dsl v0.3.21
|
|
github.com/spaolacci/murmur3 v1.1.0
|
|
github.com/stretchr/testify v1.8.0
|
|
github.com/torquem-ch/mdbx-go v0.26.2
|
|
go.uber.org/atomic v1.10.0
|
|
golang.org/x/crypto v0.1.0
|
|
golang.org/x/exp v0.0.0-20221018221608-02f3b879a704
|
|
golang.org/x/sync v0.1.0
|
|
golang.org/x/sys v0.1.0
|
|
google.golang.org/grpc v1.50.1
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.2.0
|
|
google.golang.org/protobuf v1.28.1
|
|
)
|
|
|
|
require (
|
|
github.com/bits-and-blooms/bitset v1.2.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
github.com/mschoch/smat v0.2.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/valyala/fastrand v1.1.0 // indirect
|
|
github.com/valyala/histogram v1.2.0 // indirect
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
|
|
golang.org/x/net v0.1.0 // indirect
|
|
golang.org/x/text v0.4.0 // indirect
|
|
golang.org/x/tools v0.1.12 // indirect
|
|
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|