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

Update to IPLD Prime #32

Merged
merged 5 commits into from
Aug 12, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 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-block-format v0.0.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.3.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.1-0.20210402181957-7406578571d1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not a released version of go-ipld-prime?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will update when we do the final merge push once the whole stack is approved

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