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

Commit

Permalink
feat: plumb through context changes (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
guseggert authored Nov 10, 2021
1 parent eae0c65 commit d2ffddc
Show file tree
Hide file tree
Showing 4 changed files with 579 additions and 122 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ module github.com/ipfs/go-fetcher
go 1.16

require (
github.com/ipfs/go-bitswap v0.3.4
github.com/ipfs/go-block-format v0.0.2
github.com/ipfs/go-blockservice v0.1.4
github.com/ipfs/go-bitswap v0.5.0
github.com/ipfs/go-block-format v0.0.3
github.com/ipfs/go-blockservice v0.2.0
github.com/ipfs/go-cid v0.0.7
github.com/ipfs/go-ipfs-delay v0.0.1
github.com/ipfs/go-ipfs-routing v0.1.0
github.com/ipfs/go-ipfs-routing v0.2.0
github.com/ipld/go-ipld-prime v0.11.0
github.com/stretchr/testify v1.7.0
)
Loading

0 comments on commit d2ffddc

Please sign in to comment.