mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 10:57:42 +08:00
(which includes megacheck) License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
15 lines
376 B
Go
15 lines
376 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/Kubuxu/gocovmerge"
|
|
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
|
|
_ "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"
|
|
)
|