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-21 09:39:41 +00:00
|
|
|
github.com/VictoriaMetrics/metrics v1.18.0
|
2021-07-28 03:36:06 +00:00
|
|
|
github.com/c2h5oh/datasize v0.0.0-20200825124411-48ed595a09d2
|
2021-10-11 17:31:49 +00:00
|
|
|
github.com/flanglet/kanzi-go v1.9.0
|
2021-09-15 13:15:32 +00:00
|
|
|
github.com/go-stack/stack v1.8.1
|
2021-07-29 08:05:20 +00:00
|
|
|
github.com/google/btree v1.0.1
|
2021-09-02 05:25:34 +00:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
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-09-21 09:39:41 +00:00
|
|
|
github.com/ledgerwatch/log/v3 v3.3.1
|
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-09-15 06:11:34 +00:00
|
|
|
github.com/spaolacci/murmur3 v1.1.0
|
2021-07-28 03:36:06 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-10-29 01:15:49 +00:00
|
|
|
github.com/torquem-ch/mdbx-go v0.22.1
|
2021-09-11 15:48:31 +00:00
|
|
|
github.com/ugorji/go/codec v1.1.13
|
2021-08-03 08:42:26 +00:00
|
|
|
go.uber.org/atomic v1.9.0
|
2021-10-15 02:43:24 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
2021-10-21 08:39:28 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210917161153-d61c044b1678
|
2021-10-02 10:34:33 +00:00
|
|
|
google.golang.org/grpc v1.41.0
|
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
|
|
|
)
|