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

dep: bump to kubernetes 1.16 #301

Merged
merged 3 commits into from
Sep 30, 2019
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
40 changes: 19 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,42 +4,40 @@ go 1.12

require (
github.com/Azure/azure-sdk-for-go v30.0.0+incompatible
github.com/Azure/go-autorest/autorest v0.2.0
github.com/Azure/go-autorest/autorest/adal v0.1.0
github.com/Azure/go-autorest/autorest v0.9.0
github.com/Azure/go-autorest/autorest/adal v0.5.0
github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect
github.com/Azure/go-autorest/autorest/validation v0.1.0 // indirect
github.com/aws/aws-sdk-go v1.15.72
github.com/ghodss/yaml v1.0.0
github.com/go-logr/logr v0.1.0
github.com/go-logr/zapr v0.1.1
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
github.com/google/go-cmp v0.2.0
github.com/google/uuid v1.1.1 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/google/go-cmp v0.3.0
github.com/imdario/mergo v0.3.7 // indirect
github.com/kevinburke/go-bindata v3.11.0+incompatible
github.com/openshift/api v3.9.1-0.20190905013149-e6c3eeae444f+incompatible
github.com/openshift/library-go v0.0.0-20190613200606-e617f832835d
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709 // indirect
github.com/openshift/api v3.9.1-0.20190930094450-41448ee845f6+incompatible
github.com/openshift/library-go v0.0.0-20190927184318-c355e2019bb3
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829 // indirect
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
github.com/prometheus/procfs v0.0.0-20190403104016-ea9eea638872 // indirect
github.com/rogpeppe/go-internal v1.3.0 // indirect
github.com/securego/gosec v0.0.0-20190709033609-4b59c948083c
github.com/spf13/cobra v0.0.4 // indirect
go.uber.org/zap v1.9.1
golang.org/x/crypto v0.0.0-20190404164418-38d8ce5564a5 // indirect
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
google.golang.org/api v0.3.1
google.golang.org/appengine v1.5.0 // indirect
google.golang.org/api v0.4.0
gopkg.in/yaml.v2 v2.2.2
k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
k8s.io/apiserver v0.0.0-20190409021813-1ec86e4da56c
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
k8s.io/kube-openapi v0.0.0-20190401085232-94e1e7b7574c // indirect

sigs.k8s.io/controller-runtime v0.2.0-beta.1
sigs.k8s.io/controller-tools v0.2.0-beta.1
// kubernetes-1.16.0
k8s.io/api v0.0.0-20190918155943-95b840bb6a1f
k8s.io/apimachinery v0.0.0-20190913080033-27d36303b655
k8s.io/apiserver v0.0.0-20190918160949-bfa5e2e684ad
k8s.io/client-go v0.0.0-20190918160344-1fbdaa4c8d90

sigs.k8s.io/controller-runtime v0.2.0-beta.1.0.20190918234459-801e12a50160
sigs.k8s.io/controller-tools v0.2.2-0.20190919191502-76a25b63325a
)

// Remove when the following merges:
// https://github.com/kubernetes-sigs/controller-runtime/pull/588
replace sigs.k8s.io/controller-runtime => github.com/munnerz/controller-runtime v0.1.8-0.20190907105316-d02b94982e57
249 changes: 249 additions & 0 deletions go.sum

Large diffs are not rendered by default.

367 changes: 8 additions & 359 deletions manifests/00-custom-resource-definition-internal.yaml

Large diffs are not rendered by default.

436 changes: 43 additions & 393 deletions manifests/00-custom-resource-definition.yaml

Large diffs are not rendered by default.

15 changes: 0 additions & 15 deletions vendor/cloud.google.com/go/AUTHORS

This file was deleted.

40 changes: 0 additions & 40 deletions vendor/cloud.google.com/go/CONTRIBUTORS

This file was deleted.

24 changes: 18 additions & 6 deletions vendor/cloud.google.com/go/compute/metadata/metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 0 additions & 18 deletions vendor/contrib.go.opencensus.io/exporter/ocagent/.travis.yml

This file was deleted.

24 changes: 0 additions & 24 deletions vendor/contrib.go.opencensus.io/exporter/ocagent/CONTRIBUTING.md

This file was deleted.

Loading