Skip to content

Commit

Permalink
Revendor mao with timeout formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Demichev committed Mar 12, 2020
1 parent 44499c1 commit 100e450
Show file tree
Hide file tree
Showing 255 changed files with 25,635 additions and 2,318 deletions.
22 changes: 10 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,21 @@ require (
github.com/ghodss/yaml v1.0.0
github.com/go-logr/logr v0.1.0
github.com/golang/mock v1.2.0
github.com/google/go-cmp v0.3.1 // indirect
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.5.0
github.com/onsi/ginkgo v1.11.0
github.com/onsi/gomega v1.7.0

// kube 1.16
github.com/openshift/machine-api-operator v0.2.1-0.20191128180243-986b771e661d
github.com/openshift/machine-api-operator v0.2.1-0.20200310180732-c63fa2b143f0
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v0.0.5
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
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
k8s.io/api v0.17.2
k8s.io/apimachinery v0.17.2
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
k8s.io/klog v0.4.0
k8s.io/utils v0.0.0-20190923111123-69764acb6e8e
k8s.io/klog v1.0.0
k8s.io/utils v0.0.0-20191217005138-9e5e9d854fcc
sigs.k8s.io/controller-runtime v0.3.1-0.20191016212439-2df793d02076
sigs.k8s.io/controller-tools v0.2.2-0.20190930215132-4752ed2de7d2

Expand Down
114 changes: 97 additions & 17 deletions go.sum

Large diffs are not rendered by default.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 2 additions & 0 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: 13 additions & 7 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: 41 additions & 30 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.

17 changes: 10 additions & 7 deletions vendor/github.com/gogo/protobuf/proto/table_marshal.go

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

Loading

0 comments on commit 100e450

Please sign in to comment.