mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-26 21:07:45 +08:00
14 lines
319 B
Go
14 lines
319 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/Kubuxu/gocovmerge"
|
|
_ "github.com/ipfs/go-cidutil/cid-fmt"
|
|
_ "github.com/ipfs/hang-fds"
|
|
_ "github.com/jbenet/go-random-files/random-files"
|
|
_ "github.com/jbenet/go-random/random"
|
|
_ "github.com/multiformats/go-multihash/multihash"
|
|
_ "gotest.tools/gotestsum"
|
|
)
|