Skip to content

Commit

Permalink
Revendor for new machineSet controller
Browse files Browse the repository at this point in the history
  • Loading branch information
enxebre committed Mar 11, 2020
1 parent a82551f commit 6f0b301
Show file tree
Hide file tree
Showing 366 changed files with 5,991 additions and 29,160 deletions.
29 changes: 15 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,28 @@ require (
github.com/aws/aws-sdk-go v1.15.66
github.com/blang/semver v3.5.1+incompatible
github.com/ghodss/yaml v1.0.0
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
github.com/go-logr/logr v0.1.0
github.com/golang/mock v1.2.0
github.com/onsi/gomega v1.8.1
github.com/google/go-cmp v0.3.1 // indirect
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.5.0

// kube 1.16
github.com/openshift/machine-api-operator v0.2.1-0.20200212112539-a9085e24cf62
github.com/openshift/machine-api-operator v0.2.1-0.20191128180243-986b771e661d
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.1.0 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
golang.org/x/sys v0.0.0-20191008105621-543471e840be // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
k8s.io/api v0.17.2
k8s.io/apimachinery v0.17.2
github.com/spf13/pflag v1.0.3
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
k8s.io/api v0.0.0-20191003000013-35e20aa79eb8
k8s.io/apimachinery v0.0.0-20190913080033-27d36303b655
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
k8s.io/klog v1.0.0
k8s.io/utils v0.0.0-20191217005138-9e5e9d854fcc
sigs.k8s.io/controller-runtime v0.4.0
k8s.io/klog v0.4.0
k8s.io/utils v0.0.0-20190923111123-69764acb6e8e
sigs.k8s.io/controller-runtime v0.3.1-0.20191016212439-2df793d02076
sigs.k8s.io/controller-tools v0.2.2-0.20190930215132-4752ed2de7d2

)

replace sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.4.0
Expand Down
124 changes: 15 additions & 109 deletions go.sum

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions vendor/github.com/go-log/log/LICENSE

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

92 changes: 92 additions & 0 deletions vendor/github.com/go-log/log/README.md

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

28 changes: 28 additions & 0 deletions vendor/github.com/go-log/log/info/info.go

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

35 changes: 35 additions & 0 deletions vendor/github.com/go-log/log/log.go

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

2 changes: 0 additions & 2 deletions vendor/github.com/gogo/protobuf/proto/encode.go

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

20 changes: 7 additions & 13 deletions vendor/github.com/gogo/protobuf/proto/lib.go

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

71 changes: 30 additions & 41 deletions vendor/github.com/gogo/protobuf/proto/properties.go

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

Loading

0 comments on commit 6f0b301

Please sign in to comment.