mirror of
https://github.com/tektoncd/catalog.git
synced 2024-11-23 06:08:46 +00:00
5f7a8ce280
Those comments are added by default when doing a `dep init`. We don't need them and can just refer to the documentation instead. Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
16 lines
304 B
TOML
16 lines
304 B
TOML
# 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
|