Skip to content

Commit fc53414

Browse files
committed
Bump go-containerregistry to latest version
This allows to fix the OpenShit + GCP bug **and** it also removes the dependency on `k8s.io/kubernetes` that is a pain when upgrading to new kubernetes version. Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
1 parent 23a9554 commit fc53414

File tree

328 files changed

+22322
-3619
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

328 files changed

+22322
-3619
lines changed

go.mod

+7-31
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,16 @@ require (
66
cloud.google.com/go v0.47.0 // indirect
77
contrib.go.opencensus.io/exporter/prometheus v0.1.0 // indirect
88
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
139
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
1410
github.com/GoogleCloudPlatform/cloud-builders/gcs-fetcher v0.0.0-20191203181535-308b93ad1f39
15-
github.com/aws/aws-sdk-go v1.25.31 // indirect
1611
github.com/cloudevents/sdk-go v0.0.0-20190509003705-56931988abe3
1712
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
1813
github.com/ghodss/yaml v1.0.0
19-
github.com/go-openapi/jsonreference v0.19.3 // indirect
2014
github.com/go-openapi/spec v0.19.4 // indirect
2115
github.com/gobuffalo/envy v1.7.1 // indirect
2216
github.com/gogo/protobuf v1.3.1 // indirect
2317
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
2619
github.com/googleapis/gnostic v0.3.1 // indirect
2720
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
2821
github.com/hashicorp/go-multierror v1.0.0
@@ -39,31 +32,25 @@ require (
3932
github.com/prometheus/common v0.7.0 // indirect
4033
github.com/prometheus/procfs v0.0.5 // indirect
4134
github.com/shurcooL/githubv4 v0.0.0-20191102174205-af46314aec7b // indirect
42-
github.com/spf13/pflag v1.0.5 // indirect
4335
github.com/tektoncd/plumbing v0.0.0-20191216083742-847dcf196de9
4436
go.opencensus.io v0.22.1
4537
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
38+
go.uber.org/zap v1.10.0
4839
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 // indirect
4940
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
5041
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
5142
golang.org/x/sys v0.0.0-20191119060738-e882bf8e40c2 // indirect
5243
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
53-
golang.org/x/tools v0.0.0-20191118222007-07fc4c7f2b98 // indirect
5444
google.golang.org/api v0.10.0 // indirect
5545
google.golang.org/appengine v1.6.5 // indirect
56-
google.golang.org/grpc v1.24.0 // indirect
5746
gopkg.in/inf.v0 v0.9.1 // indirect
5847
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
48+
k8s.io/api v0.17.0
49+
k8s.io/apimachinery v0.17.0
50+
k8s.io/client-go v0.17.0
51+
k8s.io/code-generator v0.17.1
6352
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
53+
k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
6754
knative.dev/caching v0.0.0-20190719140829-2032732871ff
6855
knative.dev/eventing-contrib v0.6.1-0.20190723221543-5ce18048c08b
6956
knative.dev/pkg v0.0.0-20191111150521-6d806b998379
@@ -73,7 +60,6 @@ require (
7360

7461
replace (
7562
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
7763
knative.dev/pkg => knative.dev/pkg v0.0.0-20190909195211-528ad1c1dd62
7864
knative.dev/pkg/vendor/github.com/spf13/pflag => github.com/spf13/pflag v1.0.5
7965
)
@@ -82,18 +68,8 @@ replace (
8268

8369
replace (
8470
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
8671
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
8972
k8s.io/client-go => k8s.io/client-go v0.0.0-20191004102537-eb5b9a8cfde7
9073
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20181117043124-c2090bec4d9b
9174
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
9975
)

0 commit comments

Comments
 (0)