This repository has been archived by the owner on Jun 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(iface): update go-path and error message
- Loading branch information
1 parent
9e58acb
commit 260ebda
Showing
3 changed files
with
428 additions
and
141 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,17 +1,17 @@ | ||
module github.com/ipfs/interface-go-ipfs-core | ||
|
||
require ( | ||
github.com/ipfs/go-cid v0.0.6 | ||
github.com/ipfs/go-cid v0.0.7 | ||
github.com/ipfs/go-ipfs-files v0.0.8 | ||
github.com/ipfs/go-ipld-cbor v0.0.4 | ||
github.com/ipfs/go-ipld-format v0.2.0 | ||
github.com/ipfs/go-merkledag v0.3.2 | ||
github.com/ipfs/go-path v0.0.7 | ||
github.com/ipfs/go-path v0.0.10-0.20210324191207-6a600cd3f256 | ||
github.com/ipfs/go-unixfs v0.2.4 | ||
github.com/libp2p/go-libp2p-core v0.6.0 | ||
github.com/multiformats/go-multiaddr v0.2.2 | ||
github.com/libp2p/go-libp2p-core v0.7.0 | ||
github.com/multiformats/go-multiaddr v0.3.1 | ||
github.com/multiformats/go-multibase v0.0.3 | ||
github.com/multiformats/go-multihash v0.0.13 | ||
github.com/multiformats/go-multihash v0.0.15 | ||
) | ||
|
||
go 1.15 |
Oops, something went wrong.