2021-05-20 18:25:53 +00:00
|
|
|
module github.com/ledgerwatch/erigon
|
2019-05-27 13:51:49 +00:00
|
|
|
|
2021-03-19 09:32:52 +00:00
|
|
|
go 1.16
|
2019-05-27 13:51:49 +00:00
|
|
|
|
|
|
|
require (
|
2020-10-13 12:56:16 +00:00
|
|
|
github.com/Azure/azure-storage-blob-go v0.10.0
|
2021-05-03 09:58:14 +00:00
|
|
|
github.com/RoaringBitmap/roaring v0.6.0
|
2021-03-22 11:29:33 +00:00
|
|
|
github.com/VictoriaMetrics/fastcache v1.5.8
|
2021-03-31 01:26:01 +00:00
|
|
|
github.com/anacrolix/log v0.8.0
|
|
|
|
github.com/anacrolix/torrent v1.25.1
|
2020-10-13 12:56:16 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.34.21
|
2021-05-14 02:00:08 +00:00
|
|
|
github.com/blend/go-sdk v1.20210428.4 // indirect
|
2020-10-13 12:56:16 +00:00
|
|
|
github.com/btcsuite/btcd v0.21.0-beta
|
|
|
|
github.com/c2h5oh/datasize v0.0.0-20200825124411-48ed595a09d2
|
|
|
|
github.com/cloudflare/cloudflare-go v0.13.2
|
2021-03-12 17:26:06 +00:00
|
|
|
github.com/consensys/gurvy v0.3.8
|
2019-05-27 13:51:49 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
|
|
|
github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea
|
2019-12-03 13:02:09 +00:00
|
|
|
github.com/docker/docker v1.4.2-0.20180625184442-8e610b2b55bf
|
2020-09-01 10:56:22 +00:00
|
|
|
github.com/dop251/goja v0.0.0-20200721192441-a695b0cdd498
|
2020-10-13 12:56:16 +00:00
|
|
|
github.com/edsrzf/mmap-go v1.0.0
|
2020-08-28 06:26:49 +00:00
|
|
|
github.com/emicklei/dot v0.11.0
|
2019-11-25 13:46:36 +00:00
|
|
|
github.com/fatih/color v1.7.0
|
2020-09-03 06:07:33 +00:00
|
|
|
github.com/fjl/gencodec v0.0.0-20191126094850-e283372f291f
|
2020-05-04 16:13:51 +00:00
|
|
|
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
|
2019-05-27 13:51:49 +00:00
|
|
|
github.com/go-stack/stack v1.8.0
|
2021-04-19 21:58:05 +00:00
|
|
|
github.com/goccy/go-json v0.4.11
|
2021-03-29 03:58:45 +00:00
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
2021-05-14 02:00:08 +00:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2021-03-22 11:29:33 +00:00
|
|
|
github.com/golang/snappy v0.0.3
|
2020-10-27 22:30:18 +00:00
|
|
|
github.com/google/btree v1.0.0
|
2020-10-06 09:29:59 +00:00
|
|
|
github.com/google/gofuzz v1.1.1-0.20200604201612-c04b05f3adfa
|
2020-10-13 12:56:16 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2021-05-05 10:32:04 +00:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
2020-07-27 12:15:48 +00:00
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
2021-03-12 17:26:06 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
|
2021-06-04 16:25:28 +00:00
|
|
|
github.com/holiman/uint256 v1.2.0
|
2021-03-12 17:26:06 +00:00
|
|
|
github.com/huin/goupnp v1.0.1-0.20200620063722-49508fba0031
|
2020-10-13 12:56:16 +00:00
|
|
|
github.com/jackpal/go-nat-pmp v1.0.2
|
2021-03-12 17:26:06 +00:00
|
|
|
github.com/jedisct1/go-minisign v0.0.0-20190909160543-45766022959e
|
2021-05-06 17:37:38 +00:00
|
|
|
github.com/json-iterator/go v1.1.11
|
2021-02-28 04:11:28 +00:00
|
|
|
github.com/julienschmidt/httprouter v1.3.0
|
2020-09-03 06:07:33 +00:00
|
|
|
github.com/kevinburke/go-bindata v3.21.0+incompatible
|
2021-05-18 12:13:16 +00:00
|
|
|
github.com/ledgerwatch/lmdb-go v1.18.2
|
2020-08-28 06:26:49 +00:00
|
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
2020-10-13 12:56:16 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.7
|
2020-04-04 07:18:10 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.12
|
2021-04-29 15:14:10 +00:00
|
|
|
github.com/pelletier/go-toml v1.9.0
|
2019-05-27 13:51:49 +00:00
|
|
|
github.com/petar/GoLLRB v0.0.0-20190514000832-33fb24c13b99
|
2021-02-28 04:11:28 +00:00
|
|
|
github.com/prometheus/client_golang v1.9.0
|
2019-05-27 13:51:49 +00:00
|
|
|
github.com/prometheus/tsdb v0.10.0
|
2020-10-13 12:56:16 +00:00
|
|
|
github.com/rs/cors v1.7.0
|
2021-05-25 14:32:02 +00:00
|
|
|
github.com/shirou/gopsutil/v3 v3.21.4
|
2021-04-07 08:54:25 +00:00
|
|
|
github.com/spf13/cobra v1.1.3
|
2021-03-23 09:00:07 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2021-01-25 09:42:07 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-06-04 13:33:10 +00:00
|
|
|
github.com/ugorji/go/codec v1.2.6
|
|
|
|
github.com/ugorji/go/codec/codecgen v1.2.6
|
2020-10-02 03:56:13 +00:00
|
|
|
github.com/urfave/cli v1.22.4
|
2021-01-18 11:13:19 +00:00
|
|
|
github.com/valyala/fastjson v1.6.3
|
2019-05-27 13:51:49 +00:00
|
|
|
github.com/wcharczuk/go-chart v2.0.1+incompatible
|
2021-05-14 02:00:08 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
2021-03-31 01:26:01 +00:00
|
|
|
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
|
2021-05-14 02:00:08 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210420205809-ac73e9fd8988
|
2021-03-31 01:26:01 +00:00
|
|
|
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
|
2021-05-05 10:32:04 +00:00
|
|
|
golang.org/x/tools v0.0.0-20210106214847-113979e3529a
|
2021-03-20 09:35:13 +00:00
|
|
|
google.golang.org/grpc v1.36.0
|
|
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
|
|
|
|
google.golang.org/protobuf v1.26.0
|
2020-03-11 11:02:37 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
|
2019-05-27 13:51:49 +00:00
|
|
|
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
|
2020-07-29 13:59:38 +00:00
|
|
|
gopkg.in/olebedev/go-duktape.v3 v3.0.0-20200619000410-60c24ae608a6
|
2021-05-08 08:45:40 +00:00
|
|
|
pgregory.net/rapid v0.4.6
|
2019-10-31 10:59:00 +00:00
|
|
|
)
|