Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump go-containerregistry to latest version #1882

Merged
merged 1 commit into from
Jan 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 11 additions & 32 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,16 @@ require (
cloud.google.com/go v0.47.0 // indirect
contrib.go.opencensus.io/exporter/prometheus v0.1.0 // indirect
contrib.go.opencensus.io/exporter/stackdriver v0.12.8 // indirect
github.com/Azure/azure-sdk-for-go v36.1.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.9.2 // indirect
github.com/Azure/go-autorest/autorest/adal v0.8.0 // indirect
github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
github.com/GoogleCloudPlatform/cloud-builders/gcs-fetcher v0.0.0-20191203181535-308b93ad1f39
github.com/aws/aws-sdk-go v1.25.31 // indirect
github.com/cloudevents/sdk-go v0.0.0-20190509003705-56931988abe3
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
github.com/ghodss/yaml v1.0.0
github.com/go-openapi/jsonreference v0.19.3 // indirect
github.com/go-openapi/spec v0.19.4 // indirect
github.com/gobuffalo/envy v1.7.1 // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/google/go-cmp v0.3.1
github.com/google/go-containerregistry v0.0.0-20191108172333-79629ba8e9a1
github.com/google/uuid v1.1.1 // indirect
github.com/google/go-containerregistry v0.0.0-20200115214256-379933c9c22b
github.com/googleapis/gnostic v0.3.1 // indirect
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
github.com/hashicorp/go-multierror v1.0.0
Expand All @@ -34,36 +27,33 @@ require (
github.com/mattbaird/jsonpatch v0.0.0-20171005235357-81af80346b1a // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 // indirect
github.com/onsi/ginkgo v1.10.1 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/common v0.7.0 // indirect
github.com/prometheus/procfs v0.0.5 // indirect
github.com/shurcooL/githubv4 v0.0.0-20191102174205-af46314aec7b // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tektoncd/plumbing v0.0.0-20191216083742-847dcf196de9
github.com/vdemeester/k8s-pkg-credentialprovider v1.13.12-1 // indirect
go.opencensus.io v0.22.1
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/zap v1.9.2-0.20180814183419-67bc79d13d15
golang.org/x/crypto v0.0.0-20191117063200-497ca9f6d64f // indirect
go.uber.org/zap v1.10.0
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20191119060738-e882bf8e40c2 // indirect
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
golang.org/x/tools v0.0.0-20191118222007-07fc4c7f2b98 // indirect
google.golang.org/api v0.10.0 // indirect
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/grpc v1.24.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.2.5 // indirect
k8s.io/api v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/client-go v0.0.0
k8s.io/code-generator v0.0.0
k8s.io/api v0.17.0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't make go not changing thoses (go mod tidy & co always add this one…) It doesn't matter as they are replaced.. it's just a pain…

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, we have to keep replacing them manually?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For now I think so… I am hoping we won't, I need to try something out.. but I think until we bump to 1.15 (v0.15) or 1.17, we will still need the replace (but I might be wrong, I'll try that when I bump to 1.15 👼 )

k8s.io/apimachinery v0.17.1
k8s.io/client-go v0.17.0
k8s.io/code-generator v0.17.1
k8s.io/gengo v0.0.0-20191108084044-e500ee069b5c // indirect
k8s.io/klog v1.0.0 // indirect
k8s.io/kube-openapi v0.0.0-20190816220812-743ec37842bf
k8s.io/kubernetes v1.16.2 // indirect
k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
knative.dev/caching v0.0.0-20190719140829-2032732871ff
knative.dev/eventing-contrib v0.6.1-0.20190723221543-5ce18048c08b
knative.dev/pkg v0.0.0-20191111150521-6d806b998379
Expand All @@ -73,7 +63,6 @@ require (

replace (
contrib.go.opencensus.io/exporter/stackdriver => contrib.go.opencensus.io/exporter/stackdriver v0.12.5
github.com/google/go-containerregistry => github.com/google/go-containerregistry v0.0.0-20190320210540-8d4083db9aa0
knative.dev/pkg => knative.dev/pkg v0.0.0-20190909195211-528ad1c1dd62
knative.dev/pkg/vendor/github.com/spf13/pflag => github.com/spf13/pflag v1.0.5
)
Expand All @@ -82,18 +71,8 @@ replace (

replace (
k8s.io/api => k8s.io/api v0.0.0-20191004102255-dacd7df5a50b
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.0.0-20191004105443-a7d558db75c6
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20191004074956-01f8b7d1121a
k8s.io/apiserver => k8s.io/apiserver v0.0.0-20191004103531-b568748c9b85
k8s.io/cli-runtime => k8s.io/cli-runtime v0.0.0-20191004110054-fe9b9282443f
k8s.io/client-go => k8s.io/client-go v0.0.0-20191004102537-eb5b9a8cfde7
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20181117043124-c2090bec4d9b
k8s.io/gengo => k8s.io/gengo v0.0.0-20190327210449-e17681d19d3a
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.0.0-20191004103911-2797d0dcf14b
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.0.0-20191016015407-72acd948ffff
k8s.io/kube-proxy => k8s.io/kube-proxy v0.0.0-20191016015246-999188f3eff6
k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.0.0-20191016015341-7be46aeada42
k8s.io/kubelet => k8s.io/kubelet v0.0.0-20191016015314-e7fc4f69fc2c
k8s.io/kubernetes => k8s.io/kubernetes v1.13.12
k8s.io/metrics => k8s.io/metrics v0.0.0-20191004105814-56635b1b5a0c
)
Loading