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 291798f commit 806cd31Copy full SHA for 806cd31
go.mod
@@ -1,19 +1,19 @@
1
module github.com/sap/clustersecret-operator
2
3
-go 1.23.6
+go 1.24.0
4
5
require (
6
github.com/evanphx/json-patch/v5 v5.9.11
7
github.com/google/uuid v1.6.0
8
github.com/hashicorp/go-multierror v1.1.1
9
github.com/spf13/pflag v1.0.6
10
gopkg.in/yaml.v3 v3.0.1
11
- k8s.io/api v0.31.0
12
- k8s.io/apimachinery v0.31.0
13
- k8s.io/client-go v0.31.0
14
- k8s.io/code-generator v0.31.0
+ k8s.io/api v0.32.1
+ k8s.io/apimachinery v0.32.1
+ k8s.io/client-go v0.32.1
+ k8s.io/code-generator v0.32.1
15
k8s.io/klog/v2 v2.130.1
16
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1
+ sigs.k8s.io/structured-merge-diff/v4 v4.5.0
17
)
18
19
0 commit comments