Skip to content

Commit

Permalink
dep: update to kube 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ironcladlou committed Oct 2, 2019
1 parent 1fed3c3 commit 26f30fa
Show file tree
Hide file tree
Showing 836 changed files with 129,896 additions and 64,225 deletions.
31 changes: 13 additions & 18 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,24 @@ require (
github.com/beorn7/perks v1.0.0 // indirect
github.com/go-logr/zapr v0.1.1 // indirect
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
github.com/golang/protobuf v1.3.1 // indirect
github.com/google/go-cmp v0.2.0
github.com/google/gofuzz v1.0.0 // indirect
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/konsorten/go-windows-terminal-sequences v1.0.2 // indirect

github.com/openshift/api v3.9.1-0.20190607134528-2bb057a838e2+incompatible
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709 // indirect
github.com/sirupsen/logrus v1.4.1
github.com/spf13/cobra v0.0.4 // indirect
golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a // indirect
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
github.com/openshift/api v3.9.1-0.20191001124347-8033e226059b+incompatible
github.com/sirupsen/logrus v1.4.2
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
google.golang.org/appengine v1.5.0 // indirect

k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
k8s.io/kube-openapi v0.0.0-20190401085232-94e1e7b7574c // indirect
// kubernetes-1.16.0
k8s.io/api v0.0.0-20190918155943-95b840bb6a1f
k8s.io/apimachinery v0.0.0-20190913080033-27d36303b655
k8s.io/client-go v0.0.0-20190918160344-1fbdaa4c8d90

sigs.k8s.io/controller-runtime v0.2.0-beta.2
sigs.k8s.io/controller-tools v0.2.0-beta.2
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
338 changes: 263 additions & 75 deletions go.sum

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions vendor/github.com/appscode/jsonpatch/.travis.yml

This file was deleted.

53 changes: 0 additions & 53 deletions vendor/github.com/appscode/jsonpatch/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions vendor/github.com/appscode/jsonpatch/go.mod

This file was deleted.

8 changes: 0 additions & 8 deletions vendor/github.com/appscode/jsonpatch/go.sum

This file was deleted.

13 changes: 9 additions & 4 deletions vendor/github.com/evanphx/json-patch/README.md

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

38 changes: 38 additions & 0 deletions vendor/github.com/evanphx/json-patch/errors.go

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

Loading

0 comments on commit 26f30fa

Please sign in to comment.