-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add module files for go-ipfs-as-a-library example
- Loading branch information
Showing
2 changed files
with
1,047 additions
and
0 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,13 @@ | ||
module github.com/ipfs/go-ipfs/examples/go-ipfs-as-a-library | ||
|
||
go 1.14 | ||
|
||
require ( | ||
github.com/ipfs/go-ipfs v0.5.0-rc1.0.20200411010526-5ecf44a88217 | ||
github.com/ipfs/go-ipfs-config v0.4.0 | ||
github.com/ipfs/go-ipfs-files v0.0.8 | ||
github.com/ipfs/interface-go-ipfs-core v0.2.6 | ||
github.com/libp2p/go-libp2p-core v0.5.1 | ||
github.com/libp2p/go-libp2p-peerstore v0.2.3 | ||
github.com/multiformats/go-multiaddr v0.2.1 | ||
) |
Oops, something went wrong.