forked from knative/eventing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGopkg.toml
More file actions
97 lines (78 loc) · 2.35 KB
/
Copy pathGopkg.toml
File metadata and controls
97 lines (78 loc) · 2.35 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# 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/test-infra",
]
[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/test-infra"
unused-packages = false
non-go = false
# Use HEAD (2018-04-21) to pick up:
# https://github.com/spf13/cobra/pull/662
[[override]]
name = "github.com/spf13/cobra"
revision = "615425954c3b0d9485a7027d4d451fdcdfdee84e"
[[override]]
name = "github.com/spf13/pflag"
revision = "583c0c0531f06d5278b7d917446061adc344b5cd"
[[override]]
name = "gopkg.in/yaml.v2"
version = "v2.2.1"
[[override]]
name = "k8s.io/api"
version = "kubernetes-1.11.0"
[[override]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.11.0"
[[override]]
name = "k8s.io/code-generator"
version = "kubernetes-1.11.0"
[[override]]
name = "k8s.io/client-go"
version = "kubernetes-1.11.0"
[[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"
[[override]]
name = "github.com/golang/protobuf"
version = "v1.1.0"
[[override]]
name = "golang.org/x/oauth2"
revision = "cdc340f7c179dbbfa4afd43b7614e8fcadde4269"
[[override]]
name = "cloud.google.com/go"
revision = "90f2606161ee6a14efe2ca79fc05ac2b8efe250b"
[[constraint]]
name = "github.com/knative/pkg"
# HEAD as of 2018-09-20
revision = "a133825579436877df315e7cb6d8aeba49b9f575"
[[constraint]]
name = "github.com/knative/serving"
version = "v0.1.1"
[[override]]
name = "github.com/Shopify/sarama"
revision = "46cf3e2cf1acef7876068f66cf69ec31aad2d0b2" # includes higher level admin client
# version = "1.17.0"
[[constraint]]
name = "github.com/bsm/sarama-cluster"
version = "2.1.13"
[[constraint]]
name = "sigs.k8s.io/controller-runtime"
# HEAD as of 2018-09-19
revision = "5373e8e1f3188ff4266902a6fc86372bc14b3815"