dependencies.go 295 Bytes
Newer Older
1 2 3 4 5
// +build tools

package tools

import (
6
	_ "gotest.tools/gotestsum"
7 8 9 10 11 12 13
	_ "github.com/multiformats/go-multihash/multihash"
	_ "github.com/jbenet/go-random-files/random-files"
	_ "github.com/ipfs/hang-fds"
	_ "github.com/ipfs/go-cidutil/cid-fmt"
	_ "go-build,github.com/jbenet/go-random/random"
)