Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
go-ipfs
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
ipfs
go-ipfs
Commits
5f9c469b
Commit
5f9c469b
authored
Apr 29, 2020
by
Louis Thibault
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade to IPFS v0.5.0
parent
a1331192
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/examples/go-ipfs-as-a-library/go.mod
+4
-4
4 additions, 4 deletions
docs/examples/go-ipfs-as-a-library/go.mod
docs/examples/go-ipfs-as-a-library/go.sum
+60
-0
60 additions, 0 deletions
docs/examples/go-ipfs-as-a-library/go.sum
with
64 additions
and
4 deletions
docs/examples/go-ipfs-as-a-library/go.mod
+
4
−
4
View file @
5f9c469b
...
@@ -3,11 +3,11 @@ module github.com/ipfs/go-ipfs/examples/go-ipfs-as-a-library
...
@@ -3,11 +3,11 @@ module github.com/ipfs/go-ipfs/examples/go-ipfs-as-a-library
go 1.14
go 1.14
require (
require (
github.com/ipfs/go-ipfs v0.5.0
-rc1.0.20200411010526-5ecf44a88217
github.com/ipfs/go-ipfs v0.5.0
github.com/ipfs/go-ipfs-config v0.
4.0
github.com/ipfs/go-ipfs-config v0.
5.3
github.com/ipfs/go-ipfs-files v0.0.8
github.com/ipfs/go-ipfs-files v0.0.8
github.com/ipfs/interface-go-ipfs-core v0.2.
6
github.com/ipfs/interface-go-ipfs-core v0.2.
7
github.com/libp2p/go-libp2p-core v0.5.
1
github.com/libp2p/go-libp2p-core v0.5.
2
github.com/libp2p/go-libp2p-peerstore v0.2.3
github.com/libp2p/go-libp2p-peerstore v0.2.3
github.com/multiformats/go-multiaddr v0.2.1
github.com/multiformats/go-multiaddr v0.2.1
)
)
This diff is collapsed.
Click to expand it.
docs/examples/go-ipfs-as-a-library/go.sum
+
60
−
0
View file @
5f9c469b
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment