berty / go-orbit-db

Go version of P2P Database on IPFS
https://berty.tech
Apache License 2.0
412 stars 56 forks source link

fix: error with dgraph-io/badger in go.mod #11

Closed aeddi closed 4 years ago

aeddi commented 4 years ago
14:00:26 ~/go/src/github.com/berty/go-orbit-db > go mod vendor
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
codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@1086868). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #11   +/-   ##
=========================================
  Coverage          ?   78.94%           
=========================================
  Files             ?        1           
  Lines             ?       19           
  Branches          ?        0           
=========================================
  Hits              ?       15           
  Misses            ?        2           
  Partials          ?        2

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1086868...0239235. Read the comment docs.