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

Bump sigs.k8s.io/controller-runtime from 0.6.0 to 0.8.3 #19

Open
wants to merge 1 commit into
base: Add-mergify
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 11 additions & 12 deletions go.mod
Expand Up @@ -6,27 +6,26 @@ require (
github.com/Masterminds/semver v1.5.0
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
github.com/go-openapi/spec v0.19.8
github.com/googleapis/gnostic v0.3.1
github.com/googleapis/gnostic v0.5.1 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/openshift/api v0.0.0-20200701144905-de5b010b2b38
github.com/operator-framework/operator-sdk v0.18.2
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.5.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.5.1
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.6.1
github.com/uber/jaeger-client-go v2.20.1+incompatible
go.opentelemetry.io/otel v0.1.2
go.opentelemetry.io/otel/exporter/trace/jaeger v0.1.2
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
google.golang.org/grpc v1.30.0
gopkg.in/yaml.v2 v2.2.8
k8s.io/api v0.18.3
k8s.io/apimachinery v0.18.3
gopkg.in/yaml.v2 v2.3.0
k8s.io/api v0.20.2 // indirect
k8s.io/apimachinery v0.20.2
k8s.io/client-go v12.0.0+incompatible
k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6
sigs.k8s.io/controller-runtime v0.6.0
k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd
sigs.k8s.io/controller-runtime v0.8.3
)

replace (
Expand Down