Skip to content

Commit 806cd31

Browse files
fix(go.mod/go.sum): update minor dependencies (golang)
1 parent 291798f commit 806cd31

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

go.mod

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

3-
go 1.23.6
3+
go 1.24.0
44

55
require (
66
github.com/evanphx/json-patch/v5 v5.9.11
77
github.com/google/uuid v1.6.0
88
github.com/hashicorp/go-multierror v1.1.1
99
github.com/spf13/pflag v1.0.6
1010
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
11+
k8s.io/api v0.32.1
12+
k8s.io/apimachinery v0.32.1
13+
k8s.io/client-go v0.32.1
14+
k8s.io/code-generator v0.32.1
1515
k8s.io/klog/v2 v2.130.1
16-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1
16+
sigs.k8s.io/structured-merge-diff/v4 v4.5.0
1717
)
1818

1919
require (

0 commit comments

Comments
 (0)