anacrolix / dht

dht is used by anacrolix/torrent, and is intended for use as a library in other projects both torrent related and otherwise
Mozilla Public License 2.0
309 stars 66 forks source link

error on `go get -u` #41

Closed gitpubber closed 2 years ago

gitpubber commented 3 years ago

So,I tried to run go get -u on project which depends on this dht package .

I was greeted with this error.

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

Please fix this asap or atleast tell me what should I do

anacrolix commented 3 years ago

See also https://github.com/anacrolix/torrent/pull/521. I haven't got a solution for this yet.

anacrolix commented 2 years ago

This issue seems to no longer exist.