@@ -4,46 +4,57 @@ go 1.13
4
4
5
5
require (
6
6
contrib.go.opencensus.io/exporter/ocagent v0.6.0 // indirect
7
- contrib.go.opencensus.io/exporter/stackdriver v0.12.9 // indirect
7
+ contrib.go.opencensus.io/exporter/stackdriver v0.13.1 // indirect
8
8
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
9
9
github.com/dsnet/compress v0.0.1 // indirect
10
- github.com/frankban/quicktest v1.7.2 // indirect
10
+ github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153 // indirect
11
+ github.com/frankban/quicktest v1.8.1 // indirect
11
12
github.com/ghodss/yaml v1.0.0
12
- github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
13
+ github.com/google/go-cmp v0.5.0 // indirect
14
+ github.com/google/go-containerregistry v0.1.1 // indirect
15
+ github.com/googleapis/gnostic v0.4.0 // indirect
16
+ github.com/grpc-ecosystem/grpc-gateway v1.13.0 // indirect
17
+ github.com/hashicorp/golang-lru v0.5.4 // indirect
13
18
github.com/knative/build v0.7.0
14
19
github.com/knative/pkg v0.0.0-20190624141606-d82505e6c5b4
20
+ github.com/mattn/go-runewidth v0.0.8 // indirect
15
21
github.com/mholt/archiver v2.1.0+incompatible
16
22
github.com/nwaples/rardecode v1.0.0 // indirect
17
23
github.com/olekukonko/tablewriter v0.0.4
18
24
github.com/openzipkin/zipkin-go v0.2.2 // indirect
19
- github.com/pierrec/lz4 v2.4.0+incompatible // indirect
25
+ github.com/pierrec/lz4 v2.3.0+incompatible // indirect
26
+ github.com/prometheus/client_golang v1.5.0 // indirect
27
+ github.com/prometheus/procfs v0.0.11 // indirect
20
28
github.com/robfig/cron v1.2.0 // indirect
21
- github.com/sirupsen/logrus v1.4.2
22
- github.com/spf13/afero v1.2.2
23
- github.com/spf13/cobra v0.0.5
24
- github.com/stretchr/testify v1.4.0
29
+ github.com/sergi/go-diff v1.1.0 // indirect
30
+ github.com/sirupsen/logrus v1.6.0
31
+ github.com/spf13/afero v1.3.0
32
+ github.com/spf13/cobra v1.0.0
33
+ github.com/stretchr/testify v1.5.1
25
34
github.com/tektoncd/pipeline v0.11.2
26
- github.com/tektoncd/triggers v0.1.0
27
- github.com/tidwall/gjson v1.3.2 // indirect
28
- golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
29
- google.golang.org/genproto v0.0.0-20191028173616-919d9bdd9fe6 // indirect
35
+ github.com/tektoncd/triggers v0.4.0
36
+ go.opencensus.io v0.22.4 // indirect
37
+ go.uber.org/zap v1.15.0 // indirect
38
+ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
39
+ gopkg.in/inf.v0 v0.9.1 // indirect
30
40
gopkg.in/src-d/go-git.v4 v4.13.1
31
- gopkg.in/yaml.v2 v2.2.5
32
- k8s.io/api v0.17.2
33
- k8s.io/apimachinery v0.17.2
34
- k8s.io/client-go v0.17.0
35
- k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d // indirect
41
+ gopkg.in/yaml.v2 v2.3.0
42
+ k8s.io/api v0.17.6
43
+ k8s.io/apimachinery v0.17.6
44
+ k8s.io/client-go v0.17.4
45
+ k8s.io/kube-openapi v0.0.0-20200410145947-bcb3869e6f29 // indirect
46
+ k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89 // indirect
36
47
knative.dev/eventing v0.12.0
37
- knative.dev/eventing-contrib v0.11 .2
38
- knative.dev/pkg v0.0.0-20200207155214-fef852970f43
48
+ knative.dev/eventing-contrib v0.14 .2
49
+ knative.dev/pkg v0.0.0-20200623204627-e0a0d63a9e86
39
50
knative.dev/serving v0.12.0
40
- sigs.k8s.io/controller-runtime v0.4 .0 // indirect
51
+ sigs.k8s.io/yaml v1.2 .0 // indirect
41
52
)
42
53
43
54
replace (
44
55
k8s.io/api => k8s.io/api v0.0.0-20191016110246-af539daaa43a
45
56
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.0.0-20191016113439-b64f2075a530
46
- k8s.io/apimachinery => k8s.io/apimachinery v0.15.10 -beta.0
57
+ k8s.io/apimachinery => k8s.io/apimachinery v0.15.13 -beta.0
47
58
k8s.io/apiserver => k8s.io/apiserver v0.0.0-20191016111841-d20af8c7efc5
48
59
k8s.io/cli-runtime => k8s.io/cli-runtime v0.0.0-20191016113937-7693ce2cae74
49
60
k8s.io/client-go => k8s.io/client-go v0.0.0-20191016110837-54936ba21026
0 commit comments