bits-and-blooms/bloom

Issue when importing package from master branch

moredure opened this issue · 4 comments

when I importing bloom from master branch go get -u github.com/bits-and-blooms/bloom@master error appear that bitset package has invalid go.mod module github.com/willf/bitset

If I importing not from master branch I can't see latest changes on memory optimisation you've done

go get -u github.com/bits-and-blooms/bloom@master
go get: github.com/bits-and-blooms/bitset@none updating to
        github.com/bits-and-blooms/bitset@v1.1.11: parsing go.mod:
        module declares its path as: github.com/willf/bitset
                but was required as: github.com/bits-and-blooms/bitset

create bits-and-bloom/bitset release please, looks like you have to only create new release in order bloom to import latest changes with up to date go.mod

Hopefully this has been resolved. Reopen if the problem remains.