Skip to content

Commit

Permalink
Add module files for go-ipfs-as-a-library example
Browse files Browse the repository at this point in the history
  • Loading branch information
lthibault committed Apr 29, 2020
1 parent ffe35df commit a133119
Show file tree
Hide file tree
Showing 2 changed files with 1,047 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/examples/go-ipfs-as-a-library/go.mod
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
)
Loading

0 comments on commit a133119

Please sign in to comment.