2021-06-22 10:07:32 +00:00
|
|
|
module github.com/ledgerwatch/erigon-lib
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
2021-06-24 16:35:12 +00:00
|
|
|
require (
|
2021-09-01 01:20:21 +00:00
|
|
|
github.com/RoaringBitmap/roaring v0.9.4
|
2021-07-30 03:01:24 +00:00
|
|
|
github.com/VictoriaMetrics/metrics v1.17.3
|
2021-07-28 03:36:06 +00:00
|
|
|
github.com/c2h5oh/datasize v0.0.0-20200825124411-48ed595a09d2
|
2021-07-25 12:19:33 +00:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2021-07-29 08:05:20 +00:00
|
|
|
github.com/google/btree v1.0.1
|
2021-08-07 04:39:38 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
|
2021-06-24 16:35:12 +00:00
|
|
|
github.com/holiman/uint256 v1.2.0
|
2021-08-29 06:59:10 +00:00
|
|
|
github.com/ledgerwatch/log/v3 v3.3.0
|
2021-07-25 12:19:33 +00:00
|
|
|
github.com/ledgerwatch/secp256k1 v0.0.0-20210626115225-cd5cd00ed72d
|
|
|
|
github.com/matryer/moq v0.2.3
|
2021-07-28 03:36:06 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-08-26 02:27:33 +00:00
|
|
|
github.com/torquem-ch/mdbx-go v0.16.0
|
2021-08-03 08:42:26 +00:00
|
|
|
go.uber.org/atomic v1.9.0
|
2021-07-25 12:19:33 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
|
2021-08-07 04:39:38 +00:00
|
|
|
google.golang.org/grpc v1.39.1
|
2021-07-25 12:19:33 +00:00
|
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
|
|
|
|
google.golang.org/protobuf v1.27.1
|
2021-06-24 16:35:12 +00:00
|
|
|
)
|