forked from knative/eventing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
148 lines (125 loc) · 4.25 KB
/
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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# 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/scripts",
"github.com/knative/test-infra/tools/dep-collector",
"github.com/knative/build/pkg/apis/build/v1alpha1",
]
[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"
non-go = false
# Use HEAD (2018-04-21) to pick up:
# https://github.com/spf13/cobra/pull/662
# TODO this can be changed to a version constraint on 0.0.3 which has this commit
# [[constraint]]
# name = "github.com/spf13/cobra"
# version = "0.0.3"
[[override]]
name = "github.com/spf13/cobra"
revision = "615425954c3b0d9485a7027d4d451fdcdfdee84e"
# TODO this can be changed to a version constraint on 1.0.3 which has this commit
# [[constraint]]
# name = "github.com/spf13/pflag"
# version = "1.0.3"
[[override]]
name = "github.com/spf13/pflag"
revision = "583c0c0531f06d5278b7d917446061adc344b5cd"
# TODO why is this overridden?
[[override]]
name = "gopkg.in/yaml.v2"
version = "v2.2.1"
# Overridden to ensure compatibility with GKE
# GKE version as of 2019-01-24 is 1.11
# controller-runtime 0.1.9 requires at least 1.12
[[override]]
name = "k8s.io/api"
version = "kubernetes-1.12.5"
# Overridden to ensure compatibility with GKE
# GKE version as of 2019-01-24 is 1.11
# controller-runtime 0.1.9 requires at least 1.12
[[override]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.12.5"
# Overridden to ensure compatibility with GKE
# GKE version as of 2019-01-24 is 1.11
# controller-runtime 0.1.9 requires at least 1.12
[[override]]
name = "k8s.io/code-generator"
version = "kubernetes-1.12.5"
# Overridden to ensure compatibility with GKE
# GKE version as of 2019-01-24 is 1.11
# controller-runtime 0.1.9 requires at least 1.12
[[override]]
name = "k8s.io/client-go"
version = "kubernetes-1.12.5"
# This is the commit at which k8s depends on this in 1.11
# It seems to be broken at HEAD.
# TODO When we upgrade to k8s 1.13 we can remove this override
# thanks to https://github.com/kubernetes/kubernetes/pull/71296.
[[override]]
name = "github.com/json-iterator/go"
revision = "f2b4162afba35581b6d4a50d3b8f34e33c144682"
# TODO why is this overridden?
[[override]]
name = "github.com/golang/protobuf"
version = "v1.1.0"
# TODO why is this overridden?
[[override]]
name = "golang.org/x/oauth2"
revision = "cdc340f7c179dbbfa4afd43b7614e8fcadde4269"
# Constrain the version of knative/pkg we would like to import.
# This controls when we upgrade apis independently of Serving.
[[constraint]]
name = "github.com/knative/pkg"
# HEAD as of 2019-03-29
revision = "1d9d8f8871250649adab16e3369e1a09e5595b04"
[[constraint]]
name = "github.com/knative/serving"
# HEAD as of 2019-03-21
revision = "9a44df0e64edcb943c7edfe2d3eac2be41aa2316"
# revert revision when on v0.5.0, this is done to support a pkg update on webhooks context.
# See: https://github.com/knative/pkg/commit/60fdcbcabd2faeb34328d8b2725dc76c59189453
# version = "v0.5.0"
# Bring build along for serving.
[[override]]
name = "github.com/knative/build"
# HEAD as of 2019-03-21
revision = "dd3ceb3323922b899a0a913f885fcf59943e7b59"
# TODO why is this overridden?
[[override]]
name = "github.com/Shopify/sarama"
version = "1.19.0"
# 0.1.9 is most recent version that still uses K8s 1.12. 0.1.10 uses K8s 1.13.
[[constraint]]
name = "sigs.k8s.io/controller-runtime"
version = "=0.1.9"
# TODO why is this overridden?
[[override]]
name = "github.com/nats-io/go-nats"
version = "1.6.0"
# TODO why is this overridden?
[[override]]
name = "github.com/nats-io/go-nats-streaming"
version = "0.4.0"
# TODO why is this overridden?
[[override]]
name = "github.com/nats-io/nats-streaming-server"
version = "0.11.0"
# The latest release as of March 21, 2019.
[[constraint]]
name = "github.com/cloudevents/sdk-go"
version = "=0.4.3"