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-09-01 05:09:04 +00:00
|
|
|
github.com/RoaringBitmap/roaring v0.9.4
|
2021-10-03 06:27:37 +00:00
|
|
|
github.com/VictoriaMetrics/fastcache v1.7.0
|
2021-11-04 06:25:34 +00:00
|
|
|
github.com/VictoriaMetrics/metrics v1.18.1
|
2021-11-09 19:07:23 +00:00
|
|
|
github.com/anacrolix/log v0.10.0
|
|
|
|
github.com/anacrolix/torrent v1.35.0
|
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-08-08 09:56:54 +00:00
|
|
|
github.com/consensys/gnark-crypto v0.4.0
|
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
|
2021-10-03 06:27:37 +00:00
|
|
|
github.com/dlclark/regexp2 v1.4.0 // indirect
|
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
|
2021-09-21 10:35:28 +00:00
|
|
|
github.com/fatih/color v1.12.0
|
2020-09-03 06:07:33 +00:00
|
|
|
github.com/fjl/gencodec v0.0.0-20191126094850-e283372f291f
|
2021-09-27 20:32:53 +00:00
|
|
|
github.com/flanglet/kanzi-go v1.9.0
|
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-08-08 09:56:54 +00:00
|
|
|
github.com/gofrs/flock v0.8.1
|
2021-09-26 16:09:36 +00:00
|
|
|
github.com/golang/snappy v0.0.4
|
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-10-03 06:27:37 +00:00
|
|
|
github.com/json-iterator/go v1.1.12
|
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-11-17 10:26:02 +00:00
|
|
|
github.com/ledgerwatch/erigon-lib v0.0.0-20211117101231-812e27d05530
|
2021-10-31 03:20:31 +00:00
|
|
|
github.com/ledgerwatch/log/v3 v3.4.0
|
2021-11-04 12:16:26 +00:00
|
|
|
github.com/ledgerwatch/secp256k1 v1.0.0
|
2021-08-08 09:56:54 +00:00
|
|
|
github.com/logrusorgru/aurora/v3 v3.0.0
|
2021-10-03 06:27:37 +00:00
|
|
|
github.com/pelletier/go-toml v1.9.4
|
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-10-08 03:20:45 +00:00
|
|
|
github.com/shirou/gopsutil/v3 v3.21.9
|
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-10-29 01:17:09 +00:00
|
|
|
github.com/torquem-ch/mdbx-go v0.22.1
|
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
|
2021-08-08 09:56:54 +00:00
|
|
|
github.com/wcharczuk/go-chart/v2 v2.1.0
|
2021-07-20 08:34:04 +00:00
|
|
|
go.uber.org/atomic v1.9.0
|
2021-10-15 02:43:30 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
2021-07-29 11:53:13 +00:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2021-10-31 03:20:31 +00:00
|
|
|
golang.org/x/sys v0.0.0-20211030160813-b3129d9d1021
|
2021-10-03 06:27:37 +00:00
|
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
|
|
|
|
golang.org/x/tools v0.1.7
|
2021-10-02 10:34:57 +00:00
|
|
|
google.golang.org/grpc v1.41.0
|
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-09-21 10:35:28 +00:00
|
|
|
pgregory.net/rapid v0.4.7
|
2021-11-17 15:50:41 +00:00
|
|
|
)
|