forked from knative/serving
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGopkg.toml
More file actions
81 lines (65 loc) · 1.95 KB
/
Gopkg.toml
File metadata and controls
81 lines (65 loc) · 1.95 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
required = [
"k8s.io/apimachinery/pkg/util/sets/types",
"k8s.io/code-generator/cmd/deepcopy-gen",
"k8s.io/code-generator/cmd/defaulter-gen",
"k8s.io/code-generator/cmd/client-gen",
"k8s.io/code-generator/cmd/lister-gen",
"k8s.io/code-generator/cmd/informer-gen",
"github.com/knative/caching/pkg/apis/caching",
"github.com/knative/test-infra/scripts",
"github.com/knative/test-infra/tools/dep-collector",
]
[[override]]
name = "gopkg.in/yaml.v2"
version = "v2.2.1"
[[constraint]]
name = "github.com/knative/build"
version = "v0.2.0"
[[override]]
name = "github.com/knative/pkg"
# HEAD as of 2018-01-08
revision = "4365af623c7508773e6075554fd34ee28d39b0dc"
[[override]]
name = "go.uber.org/zap"
revision = "67bc79d13d155c02fd008f721863ff8cc5f30659"
[[constraint]]
name = "github.com/knative/caching"
revision = "06e9787157505a649b07677e77d26202ac91431c"
[[constraint]]
name = "github.com/google/go-containerregistry"
# HEAD as of 2018-08-06
revision = "5f7b0e4895413d785ff15b84d218d73e8a47866a"
[[override]]
name = "k8s.io/api"
version = "kubernetes-1.11.3"
[[override]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.11.3"
[[override]]
name = "k8s.io/code-generator"
version = "kubernetes-1.11.3"
[[override]]
name = "k8s.io/client-go"
version = "kubernetes-1.11.3"
[[override]]
name = "github.com/json-iterator/go"
# This is the commit at which k8s depends on this in 1.11
# It seems to be broken at HEAD.
revision = "f2b4162afba35581b6d4a50d3b8f34e33c144682"
[prune]
go-tests = true
unused-packages = true
non-go = true
[[prune.project]]
name = "k8s.io/code-generator"
unused-packages = false
non-go = false
[[prune.project]]
name = "github.com/knative/caching"
unused-packages = false
non-go = false
[[prune.project]]
name = "github.com/knative/test-infra"
non-go = false