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 (
|
2021-05-03 09:58:14 +00:00
|
|
|
github.com/RoaringBitmap/roaring v0.6.0
|
2021-08-08 02:17:08 +00:00
|
|
|
github.com/VictoriaMetrics/fastcache v1.5.7
|
2021-07-29 10:27:46 +00:00
|
|
|
github.com/VictoriaMetrics/metrics v1.17.3
|
2021-03-31 01:26:01 +00:00
|
|
|
github.com/anacrolix/log v0.8.0
|
|
|
|
github.com/anacrolix/torrent v1.25.1
|
2021-08-08 02:17:08 +00:00
|
|
|
github.com/blend/go-sdk v1.20210806.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
|
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
|
2021-08-08 02:17:08 +00:00
|
|
|
github.com/emicklei/dot v0.16.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
|
2021-08-08 02:17:08 +00:00
|
|
|
github.com/goccy/go-json v0.7.4
|
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
|
2021-07-05 07:05:09 +00:00
|
|
|
github.com/google/btree v1.0.1
|
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
|
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-07-09 09:54:06 +00:00
|
|
|
github.com/huin/goupnp v1.0.1-0.20210626160114-33cdcbb30dda
|
2020-10-13 12:56:16 +00:00
|
|
|
github.com/jackpal/go-nat-pmp v1.0.2
|
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-08-08 04:48:32 +00:00
|
|
|
github.com/ledgerwatch/erigon-lib v0.0.0-20210807132941-e9d58fa19e21
|
2021-07-29 10:27:46 +00:00
|
|
|
github.com/ledgerwatch/log/v3 v3.2.0
|
2021-06-30 09:30:21 +00:00
|
|
|
github.com/ledgerwatch/secp256k1 v0.0.0-20210626115225-cd5cd00ed72d
|
2020-08-28 06:26:49 +00:00
|
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
2021-07-03 09:12:44 +00:00
|
|
|
github.com/pelletier/go-toml v1.9.3
|
2019-05-27 13:51:49 +00:00
|
|
|
github.com/petar/GoLLRB v0.0.0-20190514000832-33fb24c13b99
|
|
|
|
github.com/prometheus/tsdb v0.10.0
|
2021-07-16 13:23:54 +00:00
|
|
|
github.com/quasilyte/go-ruleguard/dsl v0.3.6
|
2021-07-05 07:05:00 +00:00
|
|
|
github.com/rs/cors v1.8.0
|
2021-07-03 09:12:36 +00:00
|
|
|
github.com/shirou/gopsutil/v3 v3.21.6
|
2021-08-08 02:17:08 +00:00
|
|
|
github.com/spf13/cobra v1.2.1
|
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-07-29 10:28:07 +00:00
|
|
|
github.com/torquem-ch/mdbx-go v0.17.0
|
2021-06-06 02:52:13 +00:00
|
|
|
github.com/ugorji/go/codec v1.1.13
|
|
|
|
github.com/ugorji/go/codec/codecgen v1.1.13
|
2021-07-12 06:38:43 +00:00
|
|
|
github.com/urfave/cli v1.22.5
|
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-07-20 08:34:04 +00:00
|
|
|
go.uber.org/atomic v1.9.0
|
2021-06-26 14:03:05 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
|
2021-07-29 11:53:13 +00:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2021-07-29 10:23:23 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
|
2021-03-31 01:26:01 +00:00
|
|
|
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
|
2021-08-08 02:17:08 +00:00
|
|
|
golang.org/x/tools v0.1.2
|
2021-08-08 04:48:32 +00:00
|
|
|
google.golang.org/grpc v1.39.1
|
2021-03-20 09:35:13 +00:00
|
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
|
2021-07-01 21:31:14 +00:00
|
|
|
google.golang.org/protobuf v1.27.1
|
2020-03-11 11:02:37 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
|
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
|
|
|
)
|