mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-29 07:07:16 +00:00
125788cbac
Prerequisite for https://github.com/ledgerwatch/erigon/pull/6324
105 lines
4.4 KiB
Modula-2
105 lines
4.4 KiB
Modula-2
module github.com/ledgerwatch/erigon-lib
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/RoaringBitmap/roaring v1.2.1
|
|
github.com/VictoriaMetrics/metrics v1.23.0
|
|
github.com/anacrolix/go-libutp v1.2.0
|
|
github.com/anacrolix/log v0.13.2-0.20220711050817-613cb738ef30
|
|
github.com/anacrolix/torrent v1.47.0
|
|
github.com/c2h5oh/datasize v0.0.0-20220606134207-859f65c6625b
|
|
github.com/edsrzf/mmap-go v1.1.0
|
|
github.com/go-stack/stack v1.8.1
|
|
github.com/google/btree v1.1.2
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
|
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
|
|
github.com/holiman/uint256 v1.2.1
|
|
github.com/ledgerwatch/interfaces v0.0.0-20221216101515-09084da85bb5
|
|
github.com/ledgerwatch/log/v3 v3.6.0
|
|
github.com/ledgerwatch/secp256k1 v1.0.0
|
|
github.com/ledgerwatch/trackerslist v1.0.0
|
|
github.com/matryer/moq v0.3.0
|
|
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
|
|
github.com/quasilyte/go-ruleguard/dsl v0.3.21
|
|
github.com/spaolacci/murmur3 v1.1.0
|
|
github.com/stretchr/testify v1.8.1
|
|
github.com/torquem-ch/mdbx-go v0.27.0
|
|
go.uber.org/atomic v1.10.0
|
|
golang.org/x/crypto v0.3.0
|
|
golang.org/x/exp v0.0.0-20221126150942-6ab00d035af9
|
|
golang.org/x/sync v0.1.0
|
|
golang.org/x/sys v0.2.0
|
|
golang.org/x/time v0.2.0
|
|
google.golang.org/grpc v1.51.0
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.2.0
|
|
google.golang.org/protobuf v1.28.1
|
|
)
|
|
|
|
require (
|
|
crawshaw.io/sqlite v0.3.3-0.20210127221821-98b1f83c5508 // 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.0 // indirect
|
|
github.com/anacrolix/envpprof v1.2.1 // indirect
|
|
github.com/anacrolix/generics v0.0.0-20220618083756-f99e35403a60 // 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.0 // 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/sync 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/immutable v0.3.0 // indirect
|
|
github.com/bits-and-blooms/bitset v1.2.2 // indirect
|
|
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/lispad/go-generics-tools v1.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
github.com/mschoch/smat v0.2.0 // indirect
|
|
github.com/pion/datachannel v1.5.2 // indirect
|
|
github.com/pion/dtls/v2 v2.1.5 // 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/randutil v0.1.0 // 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/stun v0.3.5 // indirect
|
|
github.com/pion/transport v0.13.1 // indirect
|
|
github.com/pion/turn/v2 v2.0.8 // indirect
|
|
github.com/pion/udp v0.1.1 // 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/rs/dnscache v0.0.0-20211102005908-e0241e321417 // indirect
|
|
github.com/tidwall/btree v1.3.1 // indirect
|
|
github.com/valyala/fastrand v1.1.0 // indirect
|
|
github.com/valyala/histogram v1.2.0 // 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
|
|
golang.org/x/mod v0.7.0 // indirect
|
|
golang.org/x/net v0.2.0 // indirect
|
|
golang.org/x/text v0.4.0 // indirect
|
|
golang.org/x/tools v0.3.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|