timshannon / badgerhold

BadgerHold is an embeddable NoSQL store for querying Go types built on Badger
MIT License
515 stars 52 forks source link

go.mod/go.sum: update bbloom for Go 1.14 #22

Closed oxzi closed 4 years ago

oxzi commented 4 years ago

The transitive pinned bbloom version is outdated and caused panic at Go 1.14 during a race test. For fixing this, the latest version is explicitly requested.

For more information, take a look at the following test logs run before and after this change. Both times go test -v -race was executed.

timshannon commented 4 years ago

Thanks for the PR @geistesk