seiflotfy / cuckoofilter

Cuckoo Filter: Practically Better Than Bloom
MIT License
1.11k stars 107 forks source link

PR #36 broke this repo #37

Closed mengstr closed 3 years ago

mengstr commented 3 years ago

The patch modified the .mod -file so it is now referring the module as coming from @seven4x which breaks the import.

go: github.com/seiflotfy/cuckoofilter: github.com/seiflotfy/cuckoofilter@v0.0.0-20201221142406-86c0cdc4cb2d: parsing go.mod:
    module declares its path as: github.com/seven4x/cuckoofilter
            but was required as: github.com/seiflotfy/cuckoofilter
seiflotfy commented 3 years ago

Fixing

On 22 Dec 2020, at 10:33, Mats Engstrom notifications@github.com wrote:

 The patch modified the .mod -file so it is now referring the module as coming from @Seven4X which breaks the import.

go: github.com/seiflotfy/cuckoofilter: github.com/seiflotfy/cuckoofilter@v0.0.0-20201221142406-86c0cdc4cb2d: parsing go.mod: module declares its path as: github.com/seven4x/cuckoofilter but was required as: github.com/seiflotfy/cuckoofilter — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

seiflotfy commented 3 years ago

done... sorry about that... got to involved with the scalable part missed out on the go.mod