forked from tektoncd/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
45 lines (35 loc) · 888 Bytes
/
Gopkg.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
required = [
"github.com/tektoncd/plumbing/scripts",
]
[[constraint]]
name = "github.com/tektoncd/pipeline"
revision = "558b37edfffa1d8a33428fb9bd50a8ab425e3e83"
[[override]]
name = "github.com/knative/pkg"
branch = "release-0.12"
[[override]]
name = "k8s.io/client-go"
version = "v0.16.5"
[[override]]
name = "k8s.io/apimachinery"
version = "v0.16.5"
[[override]]
name = "k8s.io/api"
version = "v0.16.5"
[[override]]
name = "k8s.io/code-generator"
version = "v0.16.5"
[[override]]
name = "github.com/openshift/client-go"
branch = "release-4.3"
[[override]]
name = "github.com/openshift/api"
branch = "release-4.3"
[prune]
go-tests = true
unused-packages = true
[[prune.project]]
name = "github.com/tektoncd/plumbing"
non-go = false