mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
gomod: define sharness testing dependencies
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
parent
54b1969c4b
commit
08062ecfe9
12
test/dependencies/dependencies.go
Normal file
12
test/dependencies/dependencies.go
Normal 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"
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user