Skip to content

Commit e1c0329

Browse files
whyrusleepingaschmahmann
authored andcommitted
update to context datastores
1 parent 623c835 commit e1c0329

File tree

3 files changed

+895
-111
lines changed

3 files changed

+895
-111
lines changed

go.mod

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,38 +6,38 @@ require (
66
github.com/hannahhoward/cbor-gen-for v0.0.0-20200817222906-ea96cece81f1
77
github.com/hannahhoward/go-pubsub v0.0.0-20200423002714-8d62886cc36e
88
github.com/ipfs/go-block-format v0.0.3
9-
github.com/ipfs/go-blockservice v0.1.3
9+
github.com/ipfs/go-blockservice v0.2.1
1010
github.com/ipfs/go-cid v0.0.7
11-
github.com/ipfs/go-datastore v0.4.5
12-
github.com/ipfs/go-ds-badger v0.2.6
13-
github.com/ipfs/go-ipfs-blockstore v0.1.4
11+
github.com/ipfs/go-datastore v0.5.0
12+
github.com/ipfs/go-ds-badger v0.3.0
13+
github.com/ipfs/go-ipfs-blockstore v0.2.1
1414
github.com/ipfs/go-ipfs-blocksutil v0.0.1
1515
github.com/ipfs/go-ipfs-chunker v0.0.5
1616
github.com/ipfs/go-ipfs-delay v0.0.1
17-
github.com/ipfs/go-ipfs-exchange-offline v0.0.1
17+
github.com/ipfs/go-ipfs-exchange-offline v0.1.1
1818
github.com/ipfs/go-ipfs-files v0.0.8
1919
github.com/ipfs/go-ipfs-pq v0.0.2
20-
github.com/ipfs/go-ipfs-routing v0.1.0
20+
github.com/ipfs/go-ipfs-routing v0.2.1
2121
github.com/ipfs/go-ipfs-util v0.0.2
2222
github.com/ipfs/go-ipld-format v0.2.0
23-
github.com/ipfs/go-log/v2 v2.1.1
24-
github.com/ipfs/go-merkledag v0.3.2
25-
github.com/ipfs/go-peertaskqueue v0.6.0
23+
github.com/ipfs/go-log/v2 v2.3.0
24+
github.com/ipfs/go-merkledag v0.5.1
25+
github.com/ipfs/go-peertaskqueue v0.7.0
2626
github.com/ipfs/go-unixfs v0.2.4
2727
github.com/ipld/go-codec-dagpb v1.3.0
2828
github.com/ipld/go-ipld-prime v0.12.3
2929
github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c
3030
github.com/libp2p/go-buffer-pool v0.0.2
31-
github.com/libp2p/go-libp2p v0.13.0
32-
github.com/libp2p/go-libp2p-core v0.8.5
31+
github.com/libp2p/go-libp2p v0.16.0
32+
github.com/libp2p/go-libp2p-core v0.11.0
3333
github.com/libp2p/go-libp2p-netutil v0.1.0
34-
github.com/libp2p/go-libp2p-testing v0.4.0
35-
github.com/libp2p/go-msgio v0.0.6
36-
github.com/multiformats/go-multiaddr v0.3.1
34+
github.com/libp2p/go-libp2p-testing v0.5.0
35+
github.com/libp2p/go-msgio v0.1.0
36+
github.com/multiformats/go-multiaddr v0.4.0
3737
github.com/multiformats/go-multihash v0.0.15
38-
github.com/stretchr/testify v1.6.1
38+
github.com/stretchr/testify v1.7.0
3939
github.com/whyrusleeping/cbor-gen v0.0.0-20210219115102-f37d292932f2
40-
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
40+
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
4141
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
4242
google.golang.org/protobuf v1.27.1
4343
)

0 commit comments

Comments
 (0)