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-dms3-provider
Commits
971f3279
Commit
971f3279
authored
Aug 30, 2021
by
tavit ohanian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add support for dms3 protocol codec
parent
ecb29c14
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
107 additions
and
124 deletions
+107
-124
go.mod
go.mod
+13
-13
go.sum
go.sum
+94
-111
No files found.
go.mod
View file @
971f3279
...
@@ -9,19 +9,19 @@ go 1.15
...
@@ -9,19 +9,19 @@ go 1.15
require (
require (
github.com/cenkalti/backoff
v2.2.1+incompatible
github.com/cenkalti/backoff
v2.2.1+incompatible
github.com/multiformats/go-multihash
v0.0.15
github.com/multiformats/go-multihash
v0.0.15
gitlab.dms3.io/dms3/go-blockservice
v0.0.
2
gitlab.dms3.io/dms3/go-blockservice
v0.0.
3
gitlab.dms3.io/dms3/go-cid
v0.0.
4
gitlab.dms3.io/dms3/go-cid
v0.0.
6
gitlab.dms3.io/dms3/go-cidutil
v0.0.
2
gitlab.dms3.io/dms3/go-cidutil
v0.0.
3
gitlab.dms3.io/dms3/go-datastore
v0.0.2
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-blockstore
v0.0.
3
gitlab.dms3.io/dms3/go-dms3-blocksutil
v0.0.
2
gitlab.dms3.io/dms3/go-dms3-blocksutil
v0.0.
3
gitlab.dms3.io/dms3/go-dms3-exchange-offline
v0.0.
2
gitlab.dms3.io/dms3/go-dms3-exchange-offline
v0.0.
3
gitlab.dms3.io/dms3/go-dms3-routing
v0.0.
2
gitlab.dms3.io/dms3/go-dms3-routing
v0.0.
3
gitlab.dms3.io/dms3/go-ld-cbor
v0.0.
3
gitlab.dms3.io/dms3/go-ld-cbor
v0.0.
4
gitlab.dms3.io/dms3/go-ld-format
v0.0.
2
gitlab.dms3.io/dms3/go-ld-format
v0.0.
3
gitlab.dms3.io/dms3/go-log
v0.0.2
gitlab.dms3.io/dms3/go-log
v0.0.2
gitlab.dms3.io/dms3/go-merkledag
v0.0.
2
gitlab.dms3.io/dms3/go-merkledag
v0.0.
3
gitlab.dms3.io/dms3/go-verifcid
v0.0.
2
gitlab.dms3.io/dms3/go-verifcid
v0.0.
3
gitlab.dms3.io/p2p/go-p2p-core
v0.0.
2
gitlab.dms3.io/p2p/go-p2p-core
v0.0.
3
gitlab.dms3.io/p2p/go-p2p-testing
v0.0.
2
gitlab.dms3.io/p2p/go-p2p-testing
v0.0.
4
)
)
go.sum
View file @
971f3279
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