1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-23 06:08:46 +00:00
catalog/Gopkg.toml
Vincent Demeester 5f7a8ce280 Remove comments from Gopkg.toml and refer to the documentation
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>
2019-05-15 10:34:57 -05:00

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