zippoxer / bow

Bow - Minimal embedded database powered by Badger
MIT License
223 stars 15 forks source link

Bump badger to 2.0.0.rc2 #9

Closed rubiojr closed 5 years ago

rubiojr commented 5 years ago

Broken currently here:

go: finding github.com/zippoxer/bow latest
go: github.com/dgraph-io/badger@v2.0.0-rc.2+incompatible: go.mod has post-v2 module path "github.com/dgraph-io/badger/v2" at revision v2.0.0-rc.2
go: error loading module requirements

Which seems to be related to https://github.com/dgraph-io/badger/issues/886

There's also a recent upstream API change in https://github.com/dgraph-io/badger/pull/874 that requires additional changes.

rubiojr commented 5 years ago

@zippoxer note that I'm not familiar with bow and badger so, while this compiles and passes tests, I'm not really sure this is all that is required to be able to use the new badger version.