gallery-so / go-gallery

The engine behind gallery.so

Home Page:https://gallery.so

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Go get" fails due to willf/bitset

Geapefurit opened this issue · comments

When I run "go get -u -d ./...",the following error occus.

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

I have noticed the same problem with other project,link: blugelabs/bluge#64

Good catch! As a workaround you can run go get -u=patch -d ./... so that only the patched version is installed