erigontech / erigontech/erigon
deps: use AskAlexSharov/bloomfilter directly
Open
dependencies
- Dominant language
- Go
- Stars
- 3.6k
- Forks
- 1.5k
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 455
Description
go.mod uses the replace for the bloomfilter, but the API has diverged. Use the AskAlexSharov directly. This requires AskAlexSharov to change its own package name declaration.
```go
replace github.com/holiman/bloomfilter/v2 => github.com/AskAlexSharov/bloomfilter/v2 v2.0.9
```
https://github.com/erigontech/erigon/blob/main/go.mod#L7
Contributor guide
Assessment
This issue has not been assessed yet.