mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-27 05:57:28 +00:00
fd0e2d5c4d
* Remove interfaces for replacement * Squashed 'interfaces/' content from commit 041a3b20 git-subtree-dir: interfaces git-subtree-split: 041a3b204cceee5348d54bfa683dec6c7cf30d14 * save * save
51 lines
2.0 KiB
Modula-2
51 lines
2.0 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.20.1
|
|
github.com/c2h5oh/datasize v0.0.0-20220606134207-859f65c6625b
|
|
github.com/flanglet/kanzi-go v1.9.1-0.20211212184056-72dda96261ee
|
|
github.com/go-stack/stack v1.8.1
|
|
github.com/gofrs/flock v0.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.0
|
|
github.com/ledgerwatch/log/v3 v3.4.1
|
|
github.com/ledgerwatch/secp256k1 v1.0.0
|
|
github.com/matryer/moq v0.2.7
|
|
github.com/quasilyte/go-ruleguard/dsl v0.3.21
|
|
github.com/spaolacci/murmur3 v1.1.0
|
|
github.com/stretchr/testify v1.8.0
|
|
github.com/torquem-ch/mdbx-go v0.25.1-0.20220720103744-b96489e94ece
|
|
go.uber.org/atomic v1.9.0
|
|
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
|
|
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
|
|
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
|
|
google.golang.org/grpc v1.48.0
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.2.0
|
|
google.golang.org/protobuf v1.28.0
|
|
)
|
|
|
|
require (
|
|
github.com/bits-and-blooms/bitset v1.2.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.11 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mschoch/smat v0.2.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/valyala/fastrand v1.1.0 // indirect
|
|
github.com/valyala/histogram v1.2.0 // indirect
|
|
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
|
|
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/tools v0.1.10 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|