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.
- Loading branch information
Showing
2 changed files
with
898 additions
and
133 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
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.7 | ||
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-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.2.3 | ||
github.com/ipfs/go-path v0.0.7 | ||
github.com/ipfs/go-unixfs v0.2.7-0.20211112011223-bd53b6a811b1 | ||
github.com/libp2p/go-libp2p-testing v0.0.4 | ||
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.