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

Missing /v3 suffix in tagged revision #63

Closed tomekc closed 3 years ago

tomekc commented 3 years ago

Hello, when trying to add dependency:

github.com/bits-and-blooms/bloom/v3 v3.0.0

I get

go: github.com/bits-and-blooms/bloom/v3@v3.0.0: go.mod has non-.../v3 module path "github.com/bits-and-blooms/bloom" (and .../v3/go.mod does not exist) at revision v3.0.0

I found that the /v3 suffix has been added to master, but is still missing on v3.0.0 tag.

tomekc commented 3 years ago

Thanks for the prompt response :) For the record it is fixed in https://github.com/bits-and-blooms/bloom/releases/tag/v3.0.1