Skip to content

Commit

Permalink
fix(go.mod/go.sum): update minor dependencies (golang)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent 1d300fe commit e583863
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
module github.com/sap/reactivejob-operator

go 1.21.6
go 1.23.0

require (
github.com/google/uuid v1.5.0
github.com/onsi/ginkgo/v2 v2.13.0
github.com/onsi/gomega v1.30.0
github.com/google/uuid v1.6.0
github.com/onsi/ginkgo/v2 v2.20.0
github.com/onsi/gomega v1.34.1
github.com/pkg/errors v0.9.1
github.com/sap/go-generics v0.1.10
k8s.io/api v0.28.1
k8s.io/apimachinery v0.28.1
k8s.io/client-go v0.28.1
sigs.k8s.io/controller-runtime v0.16.2
github.com/sap/go-generics v0.2.17
k8s.io/api v0.30.3
k8s.io/apimachinery v0.31.0
k8s.io/client-go v0.30.3
sigs.k8s.io/controller-runtime v0.18.5
)

require (
Expand Down

0 comments on commit e583863

Please sign in to comment.