go.mod 853 Bytes
Newer Older
1
module gitlab.dms3.io/dms3/go-dms3-provider
Michael Avila's avatar
Michael Avila committed
2

3
// go 1.16 -- assuming for retract
Steven Allen's avatar
Steven Allen committed
4

5 6 7
go 1.15

// retract [v1.0.0, v1.0.1]
Michael Avila's avatar
Michael Avila committed
8 9

require (
Steven Allen's avatar
Steven Allen committed
10
	github.com/cenkalti/backoff v2.2.1+incompatible
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
	github.com/multiformats/go-multihash v0.0.15
	gitlab.dms3.io/dms3/go-blockservice v0.0.2
	gitlab.dms3.io/dms3/go-cid v0.0.4
	gitlab.dms3.io/dms3/go-cidutil v0.0.2
	gitlab.dms3.io/dms3/go-datastore v0.0.2
	gitlab.dms3.io/dms3/go-dms3-blockstore v0.0.2
	gitlab.dms3.io/dms3/go-dms3-blocksutil v0.0.2
	gitlab.dms3.io/dms3/go-dms3-exchange-offline v0.0.2
	gitlab.dms3.io/dms3/go-dms3-routing v0.0.2
	gitlab.dms3.io/dms3/go-ld-cbor v0.0.2
	gitlab.dms3.io/dms3/go-ld-format v0.0.2
	gitlab.dms3.io/dms3/go-log v0.0.2
	gitlab.dms3.io/dms3/go-merkledag v0.0.1
	gitlab.dms3.io/dms3/go-verifcid v0.0.2
	gitlab.dms3.io/p2p/go-p2p-core v0.0.2
	gitlab.dms3.io/p2p/go-p2p-testing v0.0.2
Michael Avila's avatar
Michael Avila committed
27
)