We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501162d commit b262252Copy full SHA for b262252
1 file changed
go.mod
@@ -1,18 +1,18 @@
1
module github.com/sap/cf-service-operator
2
3
-go 1.21
+go 1.22.5
4
5
require (
6
github.com/cloudfoundry-community/go-cfclient/v3 v3.0.0-alpha.5
7
github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
8
- github.com/onsi/ginkgo/v2 v2.15.0
9
- github.com/onsi/gomega v1.31.1
+ github.com/onsi/ginkgo/v2 v2.19.0
+ github.com/onsi/gomega v1.33.1
10
github.com/pkg/errors v0.9.1
11
- k8s.io/api v0.29.0
12
- k8s.io/apiextensions-apiserver v0.29.0
13
- k8s.io/apimachinery v0.29.0
14
- k8s.io/client-go v0.29.0
15
- sigs.k8s.io/controller-runtime v0.17.0
+ k8s.io/api v0.30.2
+ k8s.io/apiextensions-apiserver v0.30.2
+ k8s.io/apimachinery v0.30.2
+ k8s.io/client-go v0.30.2
+ sigs.k8s.io/controller-runtime v0.18.4
16
)
17
18
0 commit comments