forked from ipfs/interface-go-ipfs-core
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from TRON-US/ipfs-0.5.1
Upgrade to upstream IPFS 0.5.1 module
- Loading branch information
Showing
9 changed files
with
470 additions
and
82 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
interface-go-btfs-core | ||
================== | ||
|
||
> The CoreAPI interfaces for go-btfs. | ||
## Table of Contents | ||
|
||
- [Contribute](#contribute) | ||
- [License](#license) | ||
|
||
## Contribute | ||
|
||
PRs are welcome! | ||
|
||
Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification. | ||
|
||
## License | ||
|
||
MIT © TRON-US |
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,16 +1,16 @@ | ||
module github.com/TRON-US/interface-go-btfs-core | ||
|
||
require ( | ||
github.com/TRON-US/go-btfs-files v0.1.1 | ||
github.com/TRON-US/go-unixfs v0.4.4 | ||
github.com/ipfs/go-cid v0.0.2 | ||
github.com/TRON-US/go-btfs-files v0.2.0 | ||
github.com/TRON-US/go-unixfs v0.6.0 | ||
github.com/ipfs/go-cid v0.0.3 | ||
github.com/ipfs/go-ipld-cbor v0.0.2 | ||
github.com/ipfs/go-ipld-format v0.0.2 | ||
github.com/ipfs/go-merkledag v0.2.3 | ||
github.com/ipfs/go-path v0.0.3 | ||
github.com/libp2p/go-libp2p-core v0.0.3 | ||
github.com/libp2p/go-libp2p-core v0.2.2 | ||
github.com/multiformats/go-multiaddr v0.0.4 | ||
github.com/multiformats/go-multihash v0.0.5 | ||
github.com/multiformats/go-multihash v0.0.7 | ||
) | ||
|
||
go 1.13 |
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
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
Oops, something went wrong.