gomod: define sharness testing dependencies

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera 2019-03-04 03:13:43 +01:00
parent 54b1969c4b
commit 08062ecfe9

View File

@ -0,0 +1,12 @@
// +build tools
package tools
import (
_ "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"
)