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

Commit d2ffddc

Browse files
authored
feat: plumb through context changes (#28)
1 parent eae0c65 commit d2ffddc

File tree

4 files changed

+579
-122
lines changed

4 files changed

+579
-122
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ module github.com/ipfs/go-fetcher
33
go 1.16
44

55
require (
6-
github.com/ipfs/go-bitswap v0.3.4
7-
github.com/ipfs/go-block-format v0.0.2
8-
github.com/ipfs/go-blockservice v0.1.4
6+
github.com/ipfs/go-bitswap v0.5.0
7+
github.com/ipfs/go-block-format v0.0.3
8+
github.com/ipfs/go-blockservice v0.2.0
99
github.com/ipfs/go-cid v0.0.7
1010
github.com/ipfs/go-ipfs-delay v0.0.1
11-
github.com/ipfs/go-ipfs-routing v0.1.0
11+
github.com/ipfs/go-ipfs-routing v0.2.0
1212
github.com/ipld/go-ipld-prime v0.11.0
1313
github.com/stretchr/testify v1.7.0
1414
)

0 commit comments

Comments
 (0)