Closed rubiojr closed 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.
@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.
Broken currently here:
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.