Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-merkledag
Commits
cac6b4f5
Commit
cac6b4f5
authored
May 24, 2019
by
Hector Sanjuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update deps
parent
5e8e186e
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
173 additions
and
61 deletions
+173
-61
go.mod
go.mod
+12
-4
go.sum
go.sum
+161
-57
No files found.
go.mod
View file @
cac6b4f5
...
@@ -3,13 +3,21 @@ module github.com/ipfs/go-merkledag
...
@@ -3,13 +3,21 @@ module github.com/ipfs/go-merkledag
require (
require (
github.com/gogo/protobuf
v1.2.1
github.com/gogo/protobuf
v1.2.1
github.com/ipfs/go-block-format
v0.0.2
github.com/ipfs/go-block-format
v0.0.2
github.com/ipfs/go-blockservice
v0.0.
3
github.com/ipfs/go-blockservice
v0.0.
7
github.com/ipfs/go-cid
v0.0.
1
github.com/ipfs/go-cid
v0.0.
2
github.com/ipfs/go-datastore
v0.0.
1
github.com/ipfs/go-datastore
v0.0.
5
github.com/ipfs/go-ipfs-blockstore
v0.0.1
github.com/ipfs/go-ipfs-blockstore
v0.0.1
github.com/ipfs/go-ipfs-exchange-offline
v0.0.1
github.com/ipfs/go-ipfs-exchange-offline
v0.0.1
github.com/ipfs/go-ipfs-util
v0.0.1
github.com/ipfs/go-ipfs-util
v0.0.1
github.com/ipfs/go-ipld-cbor
v0.0.1
github.com/ipfs/go-ipld-cbor
v0.0.1
github.com/ipfs/go-ipld-format
v0.0.1
github.com/ipfs/go-ipld-format
v0.0.1
github.com/multiformats/go-multihash
v0.0.1
github.com/libp2p/go-conn-security
v0.1.0 // indirect
github.com/libp2p/go-libp2p-host
v0.1.0 // indirect
github.com/libp2p/go-libp2p-interface-connmgr
v0.1.0 // indirect
github.com/libp2p/go-libp2p-interface-pnet
v0.1.0 // indirect
github.com/libp2p/go-libp2p-metrics
v0.1.0 // indirect
github.com/libp2p/go-libp2p-net
v0.1.0 // indirect
github.com/libp2p/go-libp2p-transport
v0.1.0 // indirect
github.com/libp2p/go-testutil
v0.1.0 // indirect
github.com/multiformats/go-multihash
v0.0.5
)
)
go.sum
View file @
cac6b4f5
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment