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-unixfs
Commits
b2640422
Commit
b2640422
authored
Aug 30, 2021
by
tavit ohanian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add support for dms3 protocol codec
parent
1e967e5d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
101 additions
and
118 deletions
+101
-118
go.mod
go.mod
+5
-5
go.sum
go.sum
+96
-113
No files found.
go.mod
View file @
b2640422
...
@@ -9,14 +9,14 @@ require (
...
@@ -9,14 +9,14 @@ require (
github.com/smartystreets/assertions
v1.0.0 // indirect
github.com/smartystreets/assertions
v1.0.0 // indirect
github.com/spaolacci/murmur3
v1.1.0
github.com/spaolacci/murmur3
v1.1.0
github.com/warpfork/go-wish
v0.0.0-20190328234359-8b3e70f8e830 // indirect
github.com/warpfork/go-wish
v0.0.0-20190328234359-8b3e70f8e830 // indirect
gitlab.dms3.io/dms3/go-cid
v0.0.
4
gitlab.dms3.io/dms3/go-cid
v0.0.
6
gitlab.dms3.io/dms3/go-dms3-chunker
v0.0.
2
gitlab.dms3.io/dms3/go-dms3-chunker
v0.0.
4
gitlab.dms3.io/dms3/go-dms3-files
v0.0.2
gitlab.dms3.io/dms3/go-dms3-files
v0.0.2
gitlab.dms3.io/dms3/go-dms3-posinfo
v0.0.
2
gitlab.dms3.io/dms3/go-dms3-posinfo
v0.0.
3
gitlab.dms3.io/dms3/go-dms3-util
v0.0.2
gitlab.dms3.io/dms3/go-dms3-util
v0.0.2
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
)
)
go 1.15
go 1.15
go.sum
View file @
b2640422
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