Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install fails due to willf/bitset #64

Closed
tmm1 opened this issue Jul 9, 2021 · 8 comments · Fixed by #65
Closed

Install fails due to willf/bitset #64

tmm1 opened this issue Jul 9, 2021 · 8 comments · Fixed by #65

Comments

@tmm1
Copy link
Contributor

tmm1 commented Jul 9, 2021

$ go get -u github.com/blugelabs/bluge
go get: github.com/willf/bitset@v1.1.10 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
@mschoch
Copy link
Member

mschoch commented Jul 9, 2021

Thanks, yes we just fixed this mess in bleve, it will need to be done here too.

@mschoch
Copy link
Member

mschoch commented Jul 12, 2021

@tmm1 I still get this error with this command, I though it was just Googles module proxy cache, but I can't figure it out.

@tmm1
Copy link
Contributor Author

tmm1 commented Jul 12, 2021

It works without -u

I don't understand why.

@mschoch
Copy link
Member

mschoch commented Jul 12, 2021

Likewise, I am not sure.

@mschoch
Copy link
Member

mschoch commented Jul 12, 2021

Oh wait, it's because of the of the other repos still needs to be updated :(

@mschoch
Copy link
Member

mschoch commented Jul 12, 2021

Reopening as a reminder to myself

@mschoch mschoch reopened this Jul 12, 2021
@mschoch
Copy link
Member

mschoch commented Jul 12, 2021

OK, so I think we need to update roaring bitmaps as well (in bluge, bluge_segment_api, and ice). Unfortunately, this may have to wait until tomorrow.

@mschoch
Copy link
Member

mschoch commented Jul 13, 2021

@tmm1 I think this is fixed now, please confirm when you get a chance. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants