Skip to content

Commit 9df7e68

Browse files
fix(go.mod/go.sum): update minor dependencies (golang)
1 parent 68f01da commit 9df7e68

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
module github.com/sap/reactivejob-operator
22

3-
go 1.21.6
3+
go 1.22.0
44

55
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
6+
github.com/google/uuid v1.6.0
7+
github.com/onsi/ginkgo/v2 v2.15.0
8+
github.com/onsi/gomega v1.31.1
99
github.com/pkg/errors v0.9.1
1010
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
11+
k8s.io/api v0.29.1
12+
k8s.io/apimachinery v0.29.1
13+
k8s.io/client-go v0.29.1
14+
sigs.k8s.io/controller-runtime v0.17.0
1515
)
1616

1717
require (

0 commit comments

Comments
 (0)