1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-23 06:08:46 +00:00
catalog/Gopkg.toml

16 lines
304 B
TOML
Raw Normal View History

# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
required = [
"github.com/tektoncd/plumbing/scripts",
]
[prune]
non-go = true
go-tests = true
unused-packages = true
[[prune.project]]
name = "github.com/tektoncd/plumbing"
non-go = false