This repository has been archived by the owner on Jun 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support threshold based automatic sharding and unsharding of director…
…ies (#88) * feat: update go-unixfs and use built in automatic sharding and unsharding * chore: update deps Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com> Co-authored-by: Gus Eggert <gus@gus.dev>
- Loading branch information
1 parent
bc02883
commit e61420f
Showing
3 changed files
with
973 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
module github.com/ipfs/go-mfs | ||
|
||
require ( | ||
github.com/ipfs/go-blockservice v0.1.1 | ||
github.com/ipfs/go-cid v0.0.2 | ||
github.com/ipfs/go-datastore v0.0.5 | ||
github.com/ipfs/go-ipfs-blockstore v0.0.1 | ||
github.com/ipfs/go-blockservice v0.2.0 | ||
github.com/ipfs/go-cid v0.1.0 | ||
github.com/ipfs/go-datastore v0.5.0 | ||
github.com/ipfs/go-ipfs-blockstore v0.2.0 | ||
github.com/ipfs/go-ipfs-chunker 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-ipld-format v0.0.2 | ||
github.com/ipfs/go-log v0.0.1 | ||
github.com/ipfs/go-merkledag v0.1.0 | ||
github.com/ipfs/go-path v0.0.7 | ||
github.com/ipfs/go-unixfs v0.1.0 | ||
github.com/libp2p/go-libp2p-testing v0.0.4 | ||
github.com/ipfs/go-ipfs-exchange-offline v0.1.0 | ||
github.com/ipfs/go-ipfs-util v0.0.2 | ||
github.com/ipfs/go-ipld-format v0.2.0 | ||
github.com/ipfs/go-log v1.0.5 | ||
github.com/ipfs/go-merkledag v0.5.0 | ||
github.com/ipfs/go-path v0.2.0 | ||
github.com/ipfs/go-unixfs v0.3.0 | ||
github.com/libp2p/go-libp2p-testing v0.4.0 | ||
) | ||
|
||
go 1.16 |
Oops, something went wrong.