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

Update module github.com/crossplane/crossplane to v1.11.5 [SECURITY] - autoclosed #83

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,19 @@ go 1.16

require (
code.cloudfoundry.org/lager v2.0.0+incompatible
github.com/crossplane/crossplane v1.6.1
github.com/crossplane/crossplane-runtime v0.15.1-0.20211029211307-c72bcdd922eb
github.com/go-logr/zapr v0.4.0
github.com/crossplane/crossplane v1.11.5
github.com/crossplane/crossplane-runtime v0.19.2
github.com/go-logr/zapr v1.2.3
github.com/gorilla/mux v1.8.0
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/pascaldekloe/jwt v1.10.0
github.com/pivotal-cf/brokerapi/v8 v8.2.1
github.com/prometheus/client_golang v1.12.2
github.com/stretchr/testify v1.7.2
github.com/ulikunitz/xz v0.5.8 // indirect
go.uber.org/zap v1.21.0
k8s.io/api v0.21.3
k8s.io/apimachinery v0.21.3
k8s.io/client-go v0.21.3
k8s.io/utils v0.0.0-20210722164352-7f3ee0f31471
sigs.k8s.io/controller-runtime v0.9.6
github.com/prometheus/client_golang v1.14.0
github.com/stretchr/testify v1.8.1
go.uber.org/zap v1.24.0
k8s.io/api v0.26.1
k8s.io/apimachinery v0.26.1
k8s.io/client-go v0.26.1
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
sigs.k8s.io/controller-runtime v0.14.1
)
Loading
Loading