suppress rlp parse warnings
... | ... | @@ -2,6 +2,10 @@ module github.com/ledgerwatch/erigon |
go 1.16 | ||
replace ( | ||
github.com/ledgerwatch/erigon-lib => ./../erigon-lib | ||
) | ||
require ( | ||
github.com/RoaringBitmap/roaring v0.9.4 | ||
github.com/VictoriaMetrics/fastcache v1.6.0 | ||
... | ... |
Please register or sign in to comment