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 68f01da commit 9df7e68Copy full SHA for 9df7e68
go.mod
@@ -1,17 +1,17 @@
1
module github.com/sap/reactivejob-operator
2
3
-go 1.21.6
+go 1.22.0
4
5
require (
6
- github.com/google/uuid v1.5.0
7
- github.com/onsi/ginkgo/v2 v2.13.0
8
- github.com/onsi/gomega v1.30.0
+ github.com/google/uuid v1.6.0
+ github.com/onsi/ginkgo/v2 v2.15.0
+ github.com/onsi/gomega v1.31.1
9
github.com/pkg/errors v0.9.1
10
github.com/sap/go-generics v0.1.10
11
- k8s.io/api v0.28.1
12
- k8s.io/apimachinery v0.28.1
13
- k8s.io/client-go v0.28.1
14
- sigs.k8s.io/controller-runtime v0.16.2
+ k8s.io/api v0.29.1
+ k8s.io/apimachinery v0.29.1
+ k8s.io/client-go v0.29.1
+ sigs.k8s.io/controller-runtime v0.17.0
15
)
16
17
0 commit comments