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-blockservice
Commits
5896a6ac
Commit
5896a6ac
authored
Aug 30, 2021
by
tavit ohanian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add support for dms3 protocol codec
parent
a55a3be6
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
91 additions
and
113 deletions
+91
-113
go.mod
go.mod
+9
-9
go.sum
go.sum
+82
-104
No files found.
go.mod
View file @
5896a6ac
...
...
@@ -3,17 +3,17 @@ module gitlab.dms3.io/dms3/go-blockservice
go 1.15
require (
gitlab.dms3.io/dms3/go-bitswap
v0.0.
1
gitlab.dms3.io/dms3/go-block-format
v0.0.
3
gitlab.dms3.io/dms3/go-cid
v0.0.
3
gitlab.dms3.io/dms3/go-bitswap
v0.0.
2
gitlab.dms3.io/dms3/go-block-format
v0.0.
4
gitlab.dms3.io/dms3/go-cid
v0.0.
6
gitlab.dms3.io/dms3/go-datastore
v0.0.2
gitlab.dms3.io/dms3/go-dms3-blockstore
v0.0.
2
gitlab.dms3.io/dms3/go-dms3-blocksutil
v0.0.
2
gitlab.dms3.io/dms3/go-dms3-blockstore
v0.0.
3
gitlab.dms3.io/dms3/go-dms3-blocksutil
v0.0.
3
gitlab.dms3.io/dms3/go-dms3-delay
v0.0.2
gitlab.dms3.io/dms3/go-dms3-exchange-interface
v0.0.
2
gitlab.dms3.io/dms3/go-dms3-exchange-offline
v0.0.
2
gitlab.dms3.io/dms3/go-dms3-routing
v0.0.
2
gitlab.dms3.io/dms3/go-dms3-exchange-interface
v0.0.
4
gitlab.dms3.io/dms3/go-dms3-exchange-offline
v0.0.
3
gitlab.dms3.io/dms3/go-dms3-routing
v0.0.
3
gitlab.dms3.io/dms3/go-dms3-util
v0.0.2
gitlab.dms3.io/dms3/go-log
v0.0.2
gitlab.dms3.io/dms3/go-verifcid
v0.0.
2
gitlab.dms3.io/dms3/go-verifcid
v0.0.
3
)
go.sum
View file @
5896a6ac
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