go.mod 469 Bytes
Newer Older
Jakub Sztandera's avatar
Jakub Sztandera committed
1 2 3
module github.com/ipfs/go-ipfs-blockstore

require (
4
	github.com/hashicorp/golang-lru v0.5.4
Steven Allen's avatar
Steven Allen committed
5
	github.com/ipfs/bbloom v0.0.4
6
	github.com/ipfs/go-block-format v0.0.2
Steven Allen's avatar
Steven Allen committed
7
	github.com/ipfs/go-cid v0.0.7
8
	github.com/ipfs/go-datastore v0.4.2
9
	github.com/ipfs/go-ipfs-ds-help v1.0.0
Jakub Sztandera's avatar
Jakub Sztandera committed
10 11 12
	github.com/ipfs/go-ipfs-util v0.0.1
	github.com/ipfs/go-log v0.0.1
	github.com/ipfs/go-metrics-interface v0.0.1
13
	github.com/multiformats/go-multihash v0.0.13
postables's avatar
postables committed
14
	go.uber.org/atomic v1.6.0
Jakub Sztandera's avatar
Jakub Sztandera committed
15
)
Steven Allen's avatar
Steven Allen committed
16

17
go 1.13