Skip to content

Commit

Permalink
feat: add 3 retries for the fallback HTTP downloads (#158)
Browse files Browse the repository at this point in the history
* chore: update go-ipfs dependency
* feat: added more verbose logging to sharness tests
* feat: add 3 retries for the fallback HTTP downloads
  • Loading branch information
aschmahmann authored Feb 18, 2022
1 parent a7ec93d commit 8452af8
Show file tree
Hide file tree
Showing 5 changed files with 434 additions and 92 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.16

require (
github.com/blang/semver v3.5.1+incompatible
github.com/ipfs/go-ipfs v0.9.0-rc1
github.com/ipfs/go-ipfs-api v0.2.0
github.com/ipfs/go-ipfs v0.12.0
github.com/ipfs/go-ipfs-api v0.3.0
github.com/urfave/cli/v2 v2.3.0
github.com/whyrusleeping/stump v0.0.0-20160611222256-206f8f13aae1
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015
golang.org/x/sys v0.0.0-20211025112917-711f33c9992c
)
Loading

0 comments on commit 8452af8

Please sign in to comment.