erigontech / erigontech/erigon

deps: use AskAlexSharov/bloomfilter directly

Open
#19,352 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.