Skip to content

Commit

Permalink
Merge pull request #6346 from ipfs/feat/better-errors
Browse files Browse the repository at this point in the history
feat: improve errors when a path fails to parse
  • Loading branch information
Stebalien authored May 20, 2019
2 parents 501001f + deb7af0 commit 3c000c4
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 52 deletions.
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ require (
github.com/ipfs/go-metrics-interface v0.0.1
github.com/ipfs/go-metrics-prometheus v0.0.2
github.com/ipfs/go-mfs v0.0.7
github.com/ipfs/go-path v0.0.3
github.com/ipfs/go-path v0.0.4
github.com/ipfs/go-unixfs v0.0.5
github.com/ipfs/go-verifcid v0.0.1
github.com/ipfs/hang-fds v0.0.1
Expand All @@ -63,14 +63,14 @@ require (
github.com/jbenet/go-random-files v0.0.0-20190219210431-31b3f20ebded
github.com/jbenet/go-temp-err-catcher v0.0.0-20150120210811-aac704a3f4f2
github.com/jbenet/goprocess v0.1.3
github.com/libp2p/go-libp2p v0.0.23
github.com/libp2p/go-libp2p v0.0.24
github.com/libp2p/go-libp2p-autonat-svc v0.0.5
github.com/libp2p/go-libp2p-circuit v0.0.6
github.com/libp2p/go-libp2p-connmgr v0.0.4
github.com/libp2p/go-libp2p-crypto v0.0.2
github.com/libp2p/go-libp2p-host v0.0.3
github.com/libp2p/go-libp2p-interface-connmgr v0.0.4
github.com/libp2p/go-libp2p-kad-dht v0.0.10
github.com/libp2p/go-libp2p-kad-dht v0.0.11
github.com/libp2p/go-libp2p-kbucket v0.1.1
github.com/libp2p/go-libp2p-loggables v0.0.1
github.com/libp2p/go-libp2p-metrics v0.0.1
Expand All @@ -97,7 +97,7 @@ require (
github.com/miekg/dns v1.1.8 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mr-tron/base58 v1.1.2
github.com/multiformats/go-multiaddr v0.0.2
github.com/multiformats/go-multiaddr v0.0.3
github.com/multiformats/go-multiaddr-dns v0.0.2
github.com/multiformats/go-multiaddr-net v0.0.1
github.com/multiformats/go-multibase v0.0.1
Expand All @@ -124,7 +124,6 @@ require (
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
golang.org/x/sys v0.0.0-20190426135247-a129542de9ae
golang.org/x/text v0.3.2 // indirect
golang.org/x/xerrors v0.0.0-20190410155217-1f06c39b4373 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28
gotest.tools/gotestsum v0.3.4
)
Expand Down
Loading

0 comments on commit 3c000c4

Please sign in to comment.