mirror of https://github.com/knative/docs.git
17 lines
351 B
TOML
17 lines
351 B
TOML
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
|
|
# for detailed Gopkg.toml documentation.
|
|
|
|
required = [
|
|
"knative.dev/test-infra/scripts",
|
|
"knative.dev/test-infra/tools/dep-collector",
|
|
]
|
|
|
|
[prune]
|
|
go-tests = true
|
|
unused-packages = true
|
|
non-go = true
|
|
|
|
[[prune.project]]
|
|
name = "knative.dev/test-infra"
|
|
non-go = false
|