mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
16 lines
392 B
Go
16 lines
392 B
Go
//go:build tools
|
|
// +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/go-test/cli/random-data"
|
|
_ "github.com/ipfs/go-test/cli/random-files"
|
|
_ "github.com/ipfs/hang-fds"
|
|
_ "github.com/multiformats/go-multihash/multihash"
|
|
_ "gotest.tools/gotestsum"
|
|
)
|