bloom icon indicating copy to clipboard operation
bloom copied to clipboard

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

Open baipangbai opened this issue 3 years ago • 0 comments
trafficstars

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/[email protected]: parsing go.mod:
        module declares its path as: github.com/bits-and-blooms/bitset
                but was required as: github.com/willf/bitset

baipangbai avatar Mar 30 '22 10:03 baipangbai