Skip to content

Commit

Permalink
Merge pull request #8397 from jbouwman/bump-lib-example-deps
Browse files Browse the repository at this point in the history
`go mod tidy` ipfs library example
  • Loading branch information
Stebalien authored Sep 2, 2021
2 parents c9cc09f + cb189c7 commit 9506a57
Show file tree
Hide file tree
Showing 2 changed files with 266 additions and 76 deletions.
10 changes: 5 additions & 5 deletions docs/examples/go-ipfs-as-a-library/go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module github.com/ipfs/go-ipfs/examples/go-ipfs-as-a-library

go 1.15
go 1.16

require (
github.com/ipfs/go-ipfs v0.9.1
github.com/ipfs/go-ipfs-config v0.14.0
github.com/ipfs/go-ipfs-config v0.16.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.8.6
github.com/multiformats/go-multiaddr v0.3.3
github.com/ipfs/interface-go-ipfs-core v0.5.1
github.com/libp2p/go-libp2p-core v0.9.0
github.com/multiformats/go-multiaddr v0.4.0
)

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

0 comments on commit 9506a57

Please sign in to comment.