bits-and-blooms / bloom

Go package implementing Bloom filters, used by Milvus and Beego.
BSD 2-Clause "Simplified" License
2.44k stars 232 forks source link

module declares its path as github.com/bits-and-blooms/bitset but require github.com/willf/bitset #76

Closed baipangbai closed 2 years ago

baipangbai commented 2 years ago

go get -u github.com/willf/bloom

NOTICE:

go: downloading github.com/willf/bloom v1.0.0
go: downloading github.com/willf/bloom v2.0.3+incompatible
go: downloading github.com/willf/bitset v1.2.2
go: downloading github.com/spaolacci/murmur3 v1.1.0
go get: github.com/willf/bitset@none updating to
        github.com/willf/bitset@v1.2.2: parsing go.mod:
        module declares its path as: github.com/bits-and-blooms/bitset
                but was required as: github.com/willf/bitset
lemire commented 2 years ago

github.com/willf/bloom is obsolete, please use github.com/bits-and-blooms/bloom