Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Revert "Revert "Merge pull request #30 from ipfs/feat/use_ipld_prime""
Browse files Browse the repository at this point in the history
Continuation of #30

This reverts commit 46797b1.
  • Loading branch information
willscott authored and hannahhoward committed Jul 28, 2021
1 parent 549fe53 commit 508ba58
Show file tree
Hide file tree
Showing 4 changed files with 398 additions and 88 deletions.
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ retract [v1.0.0, v1.0.1]

require (
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/ipfs/go-blockservice v0.1.2
github.com/ipfs/go-blockservice v0.1.4
github.com/ipfs/go-cid v0.0.7
github.com/ipfs/go-cidutil v0.0.2
github.com/ipfs/go-datastore v0.4.5
github.com/ipfs/go-ipfs-blockstore v0.1.0
github.com/ipfs/go-fetcher v1.1.0
github.com/ipfs/go-ipfs-blockstore v0.1.4
github.com/ipfs/go-ipfs-blocksutil v0.0.1
github.com/ipfs/go-ipfs-exchange-offline v0.0.1
github.com/ipfs/go-ipfs-routing v0.1.0
github.com/ipfs/go-ipld-cbor v0.0.3
github.com/ipfs/go-ipld-format v0.0.2
github.com/ipfs/go-log v0.0.1
github.com/ipfs/go-merkledag v0.2.3
github.com/ipfs/go-log v1.0.4
github.com/ipfs/go-verifcid v0.0.1
github.com/libp2p/go-libp2p-core v0.2.2
github.com/libp2p/go-libp2p-testing v0.1.0
github.com/multiformats/go-multihash v0.0.13
github.com/ipld/go-ipld-prime v0.9.0
github.com/libp2p/go-libp2p-core v0.8.5
github.com/libp2p/go-libp2p-testing v0.4.0
github.com/multiformats/go-multihash v0.0.15
)
Loading

0 comments on commit 508ba58

Please sign in to comment.