Skip to content

Commit

Permalink
Merge pull request #8266 from Lasiar/fix/go-ipfs-as-a-library
Browse files Browse the repository at this point in the history
fix/go-ipfs-as-a-library
  • Loading branch information
Stebalien authored Aug 3, 2021
2 parents 3b6f577 + d00e965 commit e9b1e2d
Show file tree
Hide file tree
Showing 3 changed files with 601 additions and 281 deletions.
8 changes: 4 additions & 4 deletions docs/examples/go-ipfs-as-a-library/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ go 1.14

require (
github.com/ipfs/go-ipfs v0.7.0
github.com/ipfs/go-ipfs-config v0.9.0
github.com/ipfs/go-ipfs-config v0.14.0
github.com/ipfs/go-ipfs-files v0.0.8
github.com/ipfs/interface-go-ipfs-core v0.4.0
github.com/libp2p/go-libp2p-core v0.6.0
github.com/libp2p/go-libp2p-peerstore v0.2.6
github.com/multiformats/go-multiaddr v0.2.2
github.com/libp2p/go-libp2p-core v0.8.6
github.com/libp2p/go-libp2p-peerstore v0.2.8
github.com/multiformats/go-multiaddr v0.3.3
)

replace github.com/ipfs/go-ipfs => ./../../..
Loading

0 comments on commit e9b1e2d

Please sign in to comment.