Skip to content

Commit

Permalink
Merge pull request #24 from ipfs/support-go-ipfs-v0.7.0
Browse files Browse the repository at this point in the history
Support go-ipfs v0.7.0
  • Loading branch information
aschmahmann committed Sep 30, 2020
2 parents 2d68a7f + 33bf150 commit b29a8ac
Show file tree
Hide file tree
Showing 3 changed files with 387 additions and 101 deletions.
14 changes: 7 additions & 7 deletions go.mod
@@ -1,16 +1,16 @@
module github.com/ipfs/ipfs-ds-convert

go 1.12
go 1.14

require (
github.com/ipfs/go-datastore v0.4.4
github.com/ipfs/go-ds-badger v0.2.4
github.com/ipfs/go-ds-flatfs v0.4.4
github.com/ipfs/go-datastore v0.4.5
github.com/ipfs/go-ds-badger v0.2.5
github.com/ipfs/go-ds-flatfs v0.4.5
github.com/ipfs/go-ds-leveldb v0.4.2
github.com/ipfs/go-ds-measure v0.1.0
github.com/ipfs/go-fs-lock v0.0.4
github.com/ipfs/go-ipfs v0.5.0-rc2
github.com/ipfs/go-ipfs-config v0.5.2
github.com/ipfs/go-fs-lock v0.0.6
github.com/ipfs/go-ipfs v0.7.0
github.com/ipfs/go-ipfs-config v0.9.0
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/syndtr/goleveldb v1.0.0
Expand Down

0 comments on commit b29a8ac

Please sign in to comment.