Skip to content

Commit

Permalink
Update various dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bigler <[email protected]>
  • Loading branch information
TheBigLee committed Oct 22, 2024
1 parent 4933b0e commit d947161
Show file tree
Hide file tree
Showing 2 changed files with 2,791 additions and 11 deletions.
24 changes: 13 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,22 @@ 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.12.2
github.com/crossplane/crossplane-runtime v0.20.0-rc.0.0.20230330081344-bc8be4cd89f3
github.com/go-logr/zapr v1.2.3
github.com/go-openapi/spec v0.19.5 // indirect
github.com/gorilla/mux v1.8.1
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/pascaldekloe/jwt v1.12.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/prometheus/client_golang v1.14.0
github.com/stretchr/testify v1.8.1
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/vdemeester/k8s-pkg-credentialprovider v1.19.7 // indirect
go.uber.org/zap v1.24.0
k8s.io/api v0.26.3
k8s.io/apimachinery v0.26.3
k8s.io/client-go v0.26.3
k8s.io/utils v0.0.0-20230313181309-38a27ef9d749
sigs.k8s.io/controller-runtime v0.14.6
)
Loading

0 comments on commit d947161

Please sign in to comment.