Skip to content

Commit

Permalink
modules: bump controller-runtime to 0.5.0 (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato authored Mar 2, 2020
1 parent 6e1293e commit 66da166
Show file tree
Hide file tree
Showing 2 changed files with 342 additions and 41 deletions.
44 changes: 11 additions & 33 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,57 +22,35 @@ replace (

require (
cloud.google.com/go v0.40.0 // indirect
github.com/Azure/go-autorest/autorest v0.9.2 // indirect
github.com/Azure/go-autorest/autorest/adal v0.8.0 // indirect
github.com/appscode/jsonpatch v0.0.0-20190108182946-7c0e3b262f30 // indirect
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-logr/logr v0.1.0 // indirect
github.com/go-logr/zapr v0.1.1 // indirect
github.com/gogo/protobuf v1.2.1 // indirect
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/google/btree v1.0.0 // indirect
github.com/google/gofuzz v1.0.0 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/googleapis/gnostic v0.3.0 // indirect
github.com/gophercloud/gophercloud v0.2.0 // indirect
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/golang/mock v1.2.0
github.com/golangci/golangci-lint v1.23.7
github.com/imdario/mergo v0.3.7 // indirect
github.com/jarcoal/httpmock v1.0.4 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/onsi/ginkgo v1.10.1 // indirect
github.com/onsi/gomega v1.7.0
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/markbates/inflect v1.0.4 // indirect
github.com/onsi/gomega v1.8.1
github.com/pkg/errors v0.8.1
github.com/prometheus/common v0.6.0 // indirect
github.com/prometheus/procfs v0.0.3 // indirect
github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 // indirect
github.com/softlayer/softlayer-go v0.0.0-20190615201252-ba6e7f295217
github.com/spf13/cobra v0.0.5 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.4.0 // indirect
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0 // indirect
golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 // indirect
golang.org/x/net v0.0.0-20190923162816-aa69164e4478
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
google.golang.org/appengine v1.6.1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.2.4
gopkg.in/yaml.v2 v2.2.7
k8s.io/api v0.0.0-20190612210016-7525909cc6da
k8s.io/apiextensions-apiserver v0.0.0-20190228180357-d002e88f6236 // indirect
k8s.io/apimachinery v0.0.0-20190624085041-961b39a1baa0
k8s.io/client-go v0.0.0-20190228174230-b40b2a5939e4
k8s.io/cluster-bootstrap v0.0.0-20190612212613-c76815829c2e
k8s.io/code-generator v0.18.0-alpha.2.0.20200130061103-7dfd5e9157ef
k8s.io/component-base v0.0.0-20190626045757-ca439aa083f5 // indirect
k8s.io/klog v0.3.3
k8s.io/kube-openapi v0.0.0-20190603182131-db7b694dc208 // indirect
k8s.io/klog v1.0.0
sigs.k8s.io/cluster-api v0.0.0-20190625161037-d1b07f40847c
sigs.k8s.io/controller-runtime v0.1.12
sigs.k8s.io/testing_frameworks v0.1.1 // indirect
sigs.k8s.io/cluster-api/hack/tools v0.0.0-20200228224239-308f931d5f0c
sigs.k8s.io/controller-runtime v0.5.0
sigs.k8s.io/controller-tools v0.2.5
sigs.k8s.io/testing_frameworks v0.1.1
sigs.k8s.io/yaml v1.1.0
)
Loading

0 comments on commit 66da166

Please sign in to comment.