mirror of https://github.com/knative/docs.git
21 lines
409 B
TOML
21 lines
409 B
TOML
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
|
|
# for detailed Gopkg.toml documentation.
|
|
|
|
required = [
|
|
"github.com/knative/test-infra",
|
|
]
|
|
|
|
ignored = [
|
|
"github.com/knative/docs/serving/samples/grpc-ping-go*",
|
|
]
|
|
|
|
[prune]
|
|
go-tests = true
|
|
unused-packages = true
|
|
non-go = true
|
|
|
|
[[prune.project]]
|
|
name = "github.com/knative/test-infra"
|
|
unused-packages = false
|
|
non-go = false
|