This repository has been archived by the owner on Jun 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IPLD In IPFS: Target Merge Branch (#67)
* update go-path and error message * add node api for prime interactions * use go-unixfsnode * update against fetcher Co-authored-by: acruikshank <[email protected]>
- Loading branch information
1 parent
9e58acb
commit 49cdff8
Showing
4 changed files
with
694 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
module github.com/ipfs/interface-go-ipfs-core | ||
|
||
require ( | ||
github.com/ipfs/go-cid v0.0.6 | ||
github.com/ipfs/go-cid v0.0.7 | ||
github.com/ipfs/go-ipfs-files v0.0.8 | ||
github.com/ipfs/go-ipld-cbor v0.0.4 | ||
github.com/ipfs/go-ipld-cbor v0.0.5 | ||
github.com/ipfs/go-ipld-format v0.2.0 | ||
github.com/ipfs/go-merkledag v0.3.2 | ||
github.com/ipfs/go-path v0.0.7 | ||
github.com/ipfs/go-merkledag v0.4.0 | ||
github.com/ipfs/go-path v0.1.0 | ||
github.com/ipfs/go-unixfs v0.2.4 | ||
github.com/libp2p/go-libp2p-core v0.6.0 | ||
github.com/multiformats/go-multiaddr v0.2.2 | ||
github.com/libp2p/go-libp2p-core v0.8.5 | ||
github.com/multiformats/go-multiaddr v0.3.1 | ||
github.com/multiformats/go-multibase v0.0.3 | ||
github.com/multiformats/go-multihash v0.0.13 | ||
github.com/multiformats/go-multihash v0.0.15 | ||
) | ||
|
||
go 1.15 |
Oops, something went wrong.