Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
feat(iface): update go-path and error message
Browse files Browse the repository at this point in the history
  • Loading branch information
acruikshank authored and hannahhoward committed Apr 2, 2021
1 parent b935dfe commit 7372755
Show file tree
Hide file tree
Showing 3 changed files with 428 additions and 84 deletions.
10 changes: 5 additions & 5 deletions go.mod
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.13
Loading

0 comments on commit 7372755

Please sign in to comment.