Closed RubyTuesdayDONO closed 4 years ago
Hey @RubyTuesdayDONO, the ristretto version listed in badger's go mod exists https://github.com/dgraph-io/ristretto/commit/8f368f2f2ab3a54cbe62fb9772cd75ce55e07802 .
How did you install badger?
@RubyTuesdayDONO ping!
This issue was marked as stale and no activity has occurred since then, therefore it will now be closed. Please, reopen if the issue is still relevant.
What version of Go are you using (
go version
)?What operating system are you using?
What version of Badger are you using?
v2.0.3
Does this issue reproduce with the latest master?
unsure / maybe not relevant? is a buildtime issue w/ latest v2 tag, not a runtime issue.
Steps to Reproduce the issue
What Badger options were set?
N/A -- failed to build
What did you do?
attempted to build a project with a dependency on badger v2.0.3
What did you expect to see?
badger is fetched+installed and project builds
What did you see instead?
installation of badger fails due to apparent versioning issue w/ ristretto
Anything else we should know?
i am not (yet) a virtuoso Gopher, so it's possible i'm doing something stupid. but as far as i can tell, there is some kind of versioning issue in badger@v2.0.3's dependency on ristretto (tag named in
go.mod
doesn't exist in github repo?)