mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
278 lines
13 KiB
Modula-2
278 lines
13 KiB
Modula-2
module github.com/ledgerwatch/erigon
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/ledgerwatch/erigon-lib v0.0.0-20230620035725-0610e2e32317
|
|
github.com/ledgerwatch/erigon-snapshot v1.2.1-0.20230622075030-1d69651854c2
|
|
github.com/ledgerwatch/log/v3 v3.8.0
|
|
github.com/ledgerwatch/secp256k1 v1.0.0
|
|
github.com/ledgerwatch/trackerslist v1.1.0 // indirect
|
|
github.com/torquem-ch/mdbx-go v0.27.10
|
|
)
|
|
|
|
require (
|
|
gfx.cafe/util/go/generic v0.0.0-20230502013805-237fcc25d586
|
|
github.com/99designs/gqlgen v0.17.33
|
|
github.com/Giulio2002/bls v0.0.0-20230611172327-c0b9800e7b57
|
|
github.com/RoaringBitmap/roaring v1.2.3
|
|
github.com/VictoriaMetrics/fastcache v1.12.1
|
|
github.com/VictoriaMetrics/metrics v1.23.1
|
|
github.com/anacrolix/sync v0.4.0
|
|
github.com/anacrolix/torrent v1.52.0
|
|
github.com/benesch/cgosymbolizer v0.0.0-20190515212042-bec6fe6e597b
|
|
github.com/btcsuite/btcd/btcec/v2 v2.1.3
|
|
github.com/c2h5oh/datasize v0.0.0-20220606134207-859f65c6625b
|
|
github.com/consensys/gnark-crypto v0.10.0
|
|
github.com/crate-crypto/go-ipa v0.0.0-20221111143132-9aa5d42120bc
|
|
github.com/crate-crypto/go-kzg-4844 v0.3.0
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/deckarep/golang-set v1.8.0
|
|
github.com/deckarep/golang-set/v2 v2.3.0
|
|
github.com/docker/docker v1.6.2
|
|
github.com/dop251/goja v0.0.0-20220405120441-9037c2b61cbf
|
|
github.com/edsrzf/mmap-go v1.1.0
|
|
github.com/emicklei/dot v1.4.2
|
|
github.com/emirpasic/gods v1.18.1
|
|
github.com/fjl/gencodec v0.0.0-20220412091415-8bb9e558978c
|
|
github.com/gballet/go-verkle v0.0.0-20221121182333-31427a1f2d35
|
|
github.com/go-chi/chi/v5 v5.0.8
|
|
github.com/goccy/go-json v0.9.11
|
|
github.com/gofrs/flock v0.8.1
|
|
github.com/golang-jwt/jwt/v4 v4.5.0
|
|
github.com/golang/mock v1.6.0
|
|
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb
|
|
github.com/google/btree v1.1.2
|
|
github.com/google/gofuzz v1.2.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
|
|
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
|
|
github.com/hashicorp/golang-lru/arc/v2 v2.0.3
|
|
github.com/hashicorp/golang-lru/v2 v2.0.3
|
|
github.com/holiman/uint256 v1.2.2
|
|
github.com/huandu/xstrings v1.4.0
|
|
github.com/huin/goupnp v1.2.0
|
|
github.com/jackpal/go-nat-pmp v1.0.2
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/kevinburke/go-bindata v3.21.0+incompatible
|
|
github.com/libp2p/go-libp2p v0.28.0
|
|
github.com/libp2p/go-libp2p-pubsub v0.9.3
|
|
github.com/maticnetwork/crand v1.0.2
|
|
github.com/maticnetwork/polyproto v0.0.2
|
|
github.com/multiformats/go-multiaddr v0.9.0
|
|
github.com/nxadm/tail v1.4.9-0.20211216163028-4472660a31a6
|
|
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
|
|
github.com/pelletier/go-toml v1.9.5
|
|
github.com/pelletier/go-toml/v2 v2.0.8
|
|
github.com/pion/randutil v0.1.0
|
|
github.com/pion/stun v0.6.0
|
|
github.com/prometheus/client_golang v1.15.1
|
|
github.com/prometheus/common v0.42.0
|
|
github.com/protolambda/ztyp v0.2.2
|
|
github.com/prysmaticlabs/go-bitfield v0.0.0-20210809151128-385d8c5e3fb7
|
|
github.com/prysmaticlabs/gohashtree v0.0.3-alpha.0.20230510131438-bf992328364a
|
|
github.com/quasilyte/go-ruleguard/dsl v0.3.22
|
|
github.com/rs/cors v1.9.0
|
|
github.com/shirou/gopsutil/v3 v3.23.4
|
|
github.com/spf13/cobra v1.7.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/thomaso-mirodin/intmath v0.0.0-20160323211736-5dc6d854e46e
|
|
github.com/tidwall/btree v1.6.0
|
|
github.com/ugorji/go/codec v1.1.13
|
|
github.com/ugorji/go/codec/codecgen v1.1.13
|
|
github.com/urfave/cli/v2 v2.25.6
|
|
github.com/valyala/fastjson v1.6.4
|
|
github.com/vektah/gqlparser/v2 v2.5.3
|
|
github.com/xsleonard/go-merkle v1.1.0
|
|
gitlab.com/pulsechaincom/erigon-pulse-snapshot v0.0.4
|
|
go.uber.org/zap v1.24.0
|
|
golang.org/x/crypto v0.10.0
|
|
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
|
|
golang.org/x/net v0.11.0
|
|
golang.org/x/sync v0.3.0
|
|
golang.org/x/sys v0.9.0
|
|
golang.org/x/time v0.3.0
|
|
google.golang.org/grpc v1.56.0
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
|
|
google.golang.org/protobuf v1.30.0
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
modernc.org/sqlite v1.23.1
|
|
pgregory.net/rapid v1.0.0
|
|
)
|
|
|
|
require (
|
|
crawshaw.io/sqlite v0.3.3-0.20220618202545-d1964889ea3c // indirect
|
|
github.com/agnivade/levenshtein v1.1.1 // indirect
|
|
github.com/ajwerner/btree v0.0.0-20211221152037-f427b3e689c0 // indirect
|
|
github.com/alecthomas/atomic v0.1.0-alpha2 // indirect
|
|
github.com/anacrolix/chansync v0.3.0 // indirect
|
|
github.com/anacrolix/dht/v2 v2.19.2-0.20221121215055-066ad8494444 // indirect
|
|
github.com/anacrolix/envpprof v1.2.1 // indirect
|
|
github.com/anacrolix/generics v0.0.0-20230428105757-683593396d68 // indirect
|
|
github.com/anacrolix/go-libutp v1.3.0 // indirect
|
|
github.com/anacrolix/log v0.14.0 // indirect
|
|
github.com/anacrolix/missinggo v1.3.0 // indirect
|
|
github.com/anacrolix/missinggo/perf v1.0.0 // indirect
|
|
github.com/anacrolix/missinggo/v2 v2.7.2-0.20230527121029-a582b4f397b9 // indirect
|
|
github.com/anacrolix/mmsg v1.0.0 // indirect
|
|
github.com/anacrolix/multiless v0.3.0 // indirect
|
|
github.com/anacrolix/stm v0.4.0 // indirect
|
|
github.com/anacrolix/upnp v0.1.3-0.20220123035249-922794e51c96 // indirect
|
|
github.com/anacrolix/utp v0.1.0 // indirect
|
|
github.com/bahlo/generic-list-go v0.2.0 // indirect
|
|
github.com/benbjohnson/clock v1.3.5 // indirect
|
|
github.com/benbjohnson/immutable v0.3.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/bits-and-blooms/bitset v1.5.0 // indirect
|
|
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8 // indirect
|
|
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/consensys/bavard v0.1.13 // indirect
|
|
github.com/containerd/cgroups v1.1.0 // indirect
|
|
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
|
|
github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
|
|
github.com/docker/go-units v0.5.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/elastic/gosigar v0.14.2 // indirect
|
|
github.com/flynn/noise v1.0.0 // indirect
|
|
github.com/francoispqt/gojay v1.2.13 // indirect
|
|
github.com/fsnotify/fsnotify v1.5.4 // indirect
|
|
github.com/garslo/gogen v0.0.0-20170307003452-d6ebae628c7c // indirect
|
|
github.com/go-logr/logr v1.2.4 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/gopacket v1.1.19 // indirect
|
|
github.com/google/pprof v0.0.0-20230602150820-91b7bce49751 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/ianlancetaylor/cgosymbolizer v0.0.0-20220405231054-a1ae3e4bba26 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/ipfs/go-cid v0.4.1 // indirect
|
|
github.com/ipfs/go-log/v2 v2.5.1 // indirect
|
|
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/klauspost/compress v1.16.5 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
|
github.com/koron/go-ssdp v0.0.4 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
|
|
github.com/libp2p/go-cidranger v1.1.0 // indirect
|
|
github.com/libp2p/go-flow-metrics v0.1.0 // indirect
|
|
github.com/libp2p/go-libp2p-asn-util v0.3.0 // indirect
|
|
github.com/libp2p/go-mplex v0.7.0 // indirect
|
|
github.com/libp2p/go-msgio v0.3.0 // indirect
|
|
github.com/libp2p/go-nat v0.2.0 // indirect
|
|
github.com/libp2p/go-netroute v0.2.1 // indirect
|
|
github.com/libp2p/go-reuseport v0.3.0 // indirect
|
|
github.com/libp2p/go-yamux/v4 v4.0.0 // indirect
|
|
github.com/lispad/go-generics-tools v1.1.0 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
|
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/miekg/dns v1.1.54 // indirect
|
|
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
|
|
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
|
|
github.com/minio/sha256-simd v1.0.1 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/mmcloughlin/addchain v0.4.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/mr-tron/base58 v1.2.0 // indirect
|
|
github.com/mschoch/smat v0.2.0 // indirect
|
|
github.com/multiformats/go-base32 v0.1.0 // indirect
|
|
github.com/multiformats/go-base36 v0.2.0 // indirect
|
|
github.com/multiformats/go-multiaddr-dns v0.3.1 // indirect
|
|
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
|
|
github.com/multiformats/go-multibase v0.2.0 // indirect
|
|
github.com/multiformats/go-multicodec v0.9.0 // indirect
|
|
github.com/multiformats/go-multihash v0.2.2 // indirect
|
|
github.com/multiformats/go-multistream v0.4.1 // indirect
|
|
github.com/multiformats/go-varint v0.0.7 // indirect
|
|
github.com/onsi/ginkgo/v2 v2.9.7 // indirect
|
|
github.com/opencontainers/runtime-spec v1.0.2 // indirect
|
|
github.com/pion/datachannel v1.5.2 // indirect
|
|
github.com/pion/dtls/v2 v2.2.7 // indirect
|
|
github.com/pion/ice/v2 v2.2.6 // indirect
|
|
github.com/pion/interceptor v0.1.11 // indirect
|
|
github.com/pion/logging v0.2.2 // indirect
|
|
github.com/pion/mdns v0.0.5 // indirect
|
|
github.com/pion/rtcp v1.2.9 // indirect
|
|
github.com/pion/rtp v1.7.13 // indirect
|
|
github.com/pion/sctp v1.8.2 // indirect
|
|
github.com/pion/sdp/v3 v3.0.5 // indirect
|
|
github.com/pion/srtp/v2 v2.0.9 // indirect
|
|
github.com/pion/transport v0.13.1 // indirect
|
|
github.com/pion/transport/v2 v2.2.1 // indirect
|
|
github.com/pion/turn/v2 v2.0.8 // indirect
|
|
github.com/pion/webrtc/v3 v3.1.42 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
|
github.com/prometheus/client_model v0.4.0 // indirect
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
|
github.com/quic-go/qpack v0.4.0 // indirect
|
|
github.com/quic-go/qtls-go1-19 v0.3.2 // indirect
|
|
github.com/quic-go/qtls-go1-20 v0.2.2 // indirect
|
|
github.com/quic-go/quic-go v0.33.0 // indirect
|
|
github.com/quic-go/webtransport-go v0.5.3 // indirect
|
|
github.com/raulk/go-watchdog v1.3.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/rogpeppe/go-internal v1.9.0 // indirect
|
|
github.com/rs/dnscache v0.0.0-20211102005908-e0241e321417 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/shoenig/go-m1cpu v0.1.5 // indirect
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
github.com/supranational/blst v0.3.10 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.11 // indirect
|
|
github.com/tklauser/numcpus v0.6.0 // indirect
|
|
github.com/valyala/fastrand v1.1.0 // indirect
|
|
github.com/valyala/histogram v1.2.0 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
|
go.etcd.io/bbolt v1.3.6 // indirect
|
|
go.opentelemetry.io/otel v1.8.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.8.0 // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
go.uber.org/dig v1.17.0 // indirect
|
|
go.uber.org/fx v1.19.2 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/mod v0.10.0 // indirect
|
|
golang.org/x/text v0.10.0 // indirect
|
|
golang.org/x/tools v0.9.3 // indirect
|
|
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
lukechampine.com/blake3 v1.2.1 // indirect
|
|
lukechampine.com/uint128 v1.3.0 // indirect
|
|
modernc.org/cc/v3 v3.40.0 // indirect
|
|
modernc.org/ccgo/v3 v3.16.13 // indirect
|
|
modernc.org/libc v1.22.5 // indirect
|
|
modernc.org/mathutil v1.5.0 // indirect
|
|
modernc.org/memory v1.5.0 // indirect
|
|
modernc.org/opt v0.1.3 // indirect
|
|
modernc.org/strutil v1.1.3 // indirect
|
|
modernc.org/token v1.1.0 // indirect
|
|
rsc.io/tmplfunc v0.0.3 // indirect
|
|
)
|
|
|
|
replace github.com/tendermint/tendermint => github.com/bnb-chain/tendermint v0.31.12
|
|
|
|
replace github.com/VictoriaMetrics/metrics => github.com/greyireland/metrics v0.0.5
|
|
|
|
replace github.com/ledgerwatch/erigon-lib => gitlab.com/pulsechaincom/erigon-lib v1.0.6
|