go.mod 1.09 KB
Newer Older
tavit ohanian's avatar
tavit ohanian committed
1
module gitlab.dms3.io/dms3/go-dms3/test/dependencies
2

tavit ohanian's avatar
tavit ohanian committed
3
go 1.15
4 5 6

require (
	github.com/Kubuxu/gocovmerge v0.0.0-20161216165753-7ecaa51963cd
Adin Schmahmann's avatar
Adin Schmahmann committed
7
	github.com/golangci/golangci-lint v1.26.0
tavit ohanian's avatar
tavit ohanian committed
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
    github.com/multiformats/go-multihash v0.0.13
	gitlab.dms3.io/dms3/go-blockservice v0.1.3
	gitlab.dms3.io/dms3/go-cid v0.0.6
	gitlab.dms3.io/dms3/go-cidutil v0.0.2
	gitlab.dms3.io/dms3/go-datastore v0.4.4
	gitlab.dms3.io/dms3/go-graphsync v0.1.1
	gitlab.dms3.io/dms3/go-ipfs-blockstore v1.0.0
	gitlab.dms3.io/dms3/go-ipfs-exchange-offline v0.0.1
	gitlab.dms3.io/dms3/go-log v1.0.4
	gitlab.dms3.io/dms3/go-merkledag v0.3.2
	gitlab.dms3.io/dms3/go-unixfs v0.2.4
	gitlab.dms3.io/dms3/hang-fds v0.0.2
	gitlab.dms3.io/dms3/iptb v1.4.0
	gitlab.dms3.io/dms3/iptb-plugins v0.3.0
	gitlab.dms3.io/ld/go-ld-prime v0.0.1
23 24
	github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c
	github.com/jbenet/go-random-files v0.0.0-20190219210431-31b3f20ebded
tavit ohanian's avatar
tavit ohanian committed
25 26 27 28
	gitlab.dms3.io/p2p/go-p2p v0.0.1
	gitlab.dms3.io/p2p/go-p2p-core v0.0.3
	gitlab.dms3.io/mf/go-multiaddr v0.0.3
	gitlab.dms3.io/mf/go-multiaddr-net v0.0.1
Adin Schmahmann's avatar
Adin Schmahmann committed
29
	gotest.tools/gotestsum v0.4.2
30
)