@@ -6,23 +6,16 @@ require (
6
6
cloud.google.com/go v0.47.0 // indirect
7
7
contrib.go.opencensus.io/exporter/prometheus v0.1.0 // indirect
8
8
contrib.go.opencensus.io/exporter/stackdriver v0.12.8 // indirect
9
- github.com/Azure/azure-sdk-for-go v36.1.0+incompatible // indirect
10
- github.com/Azure/go-autorest/autorest v0.9.2 // indirect
11
- github.com/Azure/go-autorest/autorest/adal v0.8.0 // indirect
12
- github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect
13
9
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
14
10
github.com/GoogleCloudPlatform/cloud-builders/gcs-fetcher v0.0.0-20191203181535-308b93ad1f39
15
- github.com/aws/aws-sdk-go v1.25.31 // indirect
16
11
github.com/cloudevents/sdk-go v0.0.0-20190509003705-56931988abe3
17
12
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
18
13
github.com/ghodss/yaml v1.0.0
19
- github.com/go-openapi/jsonreference v0.19.3 // indirect
20
14
github.com/go-openapi/spec v0.19.4 // indirect
21
15
github.com/gobuffalo/envy v1.7.1 // indirect
22
16
github.com/gogo/protobuf v1.3.1 // indirect
23
17
github.com/google/go-cmp v0.3.1
24
- github.com/google/go-containerregistry v0.0.0-20191108172333-79629ba8e9a1
25
- github.com/google/uuid v1.1.1 // indirect
18
+ github.com/google/go-containerregistry v0.0.0-20200115214256-379933c9c22b
26
19
github.com/googleapis/gnostic v0.3.1 // indirect
27
20
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
28
21
github.com/hashicorp/go-multierror v1.0.0
@@ -34,36 +27,32 @@ require (
34
27
github.com/mattbaird/jsonpatch v0.0.0-20171005235357-81af80346b1a // indirect
35
28
github.com/mitchellh/go-homedir v1.1.0
36
29
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 // indirect
30
+ github.com/onsi/ginkgo v1.10.1 // indirect
31
+ github.com/onsi/gomega v1.7.0 // indirect
37
32
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
38
33
github.com/pkg/errors v0.8.1
39
34
github.com/prometheus/common v0.7.0 // indirect
40
35
github.com/prometheus/procfs v0.0.5 // indirect
41
36
github.com/shurcooL/githubv4 v0.0.0-20191102174205-af46314aec7b // indirect
42
- github.com/spf13/pflag v1.0.5 // indirect
43
37
github.com/tektoncd/plumbing v0.0.0-20191216083742-847dcf196de9
44
38
go.opencensus.io v0.22.1
45
39
go.uber.org/atomic v1.4.0 // indirect
46
- go.uber.org/zap v1.9.2-0.20180814183419-67bc79d13d15
47
- golang.org/x/crypto v0.0.0-20191117063200-497ca9f6d64f // indirect
40
+ go.uber.org/zap v1.10.0
48
41
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 // indirect
49
42
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
50
43
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
51
- golang.org/x/sys v0.0.0-20191119060738-e882bf8e40c2 // indirect
44
+ golang.org/x/sys v0.0.0-20191210023423-ac6580df4449 // indirect
52
45
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
53
- golang.org/x/tools v0.0.0-20191118222007-07fc4c7f2b98 // indirect
54
46
google.golang.org/api v0.10.0 // indirect
55
47
google.golang.org/appengine v1.6.5 // indirect
56
- google.golang.org/grpc v1.24.0 // indirect
57
48
gopkg.in/inf.v0 v0.9.1 // indirect
58
49
gopkg.in/yaml.v2 v2.2.5 // indirect
59
- k8s.io/api v0.0 .0
60
- k8s.io/apimachinery v0.0 .0
61
- k8s.io/client-go v0.0 .0
62
- k8s.io/code-generator v0.0.0
50
+ k8s.io/api v0.17 .0
51
+ k8s.io/apimachinery v0.17 .0
52
+ k8s.io/client-go v0.17 .0
53
+ k8s.io/code-generator v0.17.1
63
54
k8s.io/gengo v0.0.0-20191108084044-e500ee069b5c // indirect
64
- k8s.io/klog v1.0.0 // indirect
65
- k8s.io/kube-openapi v0.0.0-20190816220812-743ec37842bf
66
- k8s.io/kubernetes v1.16.2 // indirect
55
+ k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
67
56
knative.dev/caching v0.0.0-20190719140829-2032732871ff
68
57
knative.dev/eventing-contrib v0.6.1-0.20190723221543-5ce18048c08b
69
58
knative.dev/pkg v0.0.0-20191111150521-6d806b998379
@@ -73,7 +62,6 @@ require (
73
62
74
63
replace (
75
64
contrib.go.opencensus.io/exporter/stackdriver => contrib.go.opencensus.io/exporter/stackdriver v0.12.5
76
- github.com/google/go-containerregistry => github.com/google/go-containerregistry v0.0.0-20190320210540-8d4083db9aa0
77
65
knative.dev/pkg => knative.dev/pkg v0.0.0-20190909195211-528ad1c1dd62
78
66
knative.dev/pkg/vendor/github.com/spf13/pflag => github.com/spf13/pflag v1.0.5
79
67
)
@@ -82,18 +70,8 @@ replace (
82
70
83
71
replace (
84
72
k8s.io/api => k8s.io/api v0.0.0-20191004102255-dacd7df5a50b
85
- k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.0.0-20191004105443-a7d558db75c6
86
73
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20191004074956-01f8b7d1121a
87
- k8s.io/apiserver => k8s.io/apiserver v0.0.0-20191004103531-b568748c9b85
88
- k8s.io/cli-runtime => k8s.io/cli-runtime v0.0.0-20191004110054-fe9b9282443f
89
74
k8s.io/client-go => k8s.io/client-go v0.0.0-20191004102537-eb5b9a8cfde7
90
75
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20181117043124-c2090bec4d9b
91
76
k8s.io/gengo => k8s.io/gengo v0.0.0-20190327210449-e17681d19d3a
92
- k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.0.0-20191004103911-2797d0dcf14b
93
- k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.0.0-20191016015407-72acd948ffff
94
- k8s.io/kube-proxy => k8s.io/kube-proxy v0.0.0-20191016015246-999188f3eff6
95
- k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.0.0-20191016015341-7be46aeada42
96
- k8s.io/kubelet => k8s.io/kubelet v0.0.0-20191016015314-e7fc4f69fc2c
97
- k8s.io/kubernetes => k8s.io/kubernetes v1.13.12
98
- k8s.io/metrics => k8s.io/metrics v0.0.0-20191004105814-56635b1b5a0c
99
77
)
0 commit comments