Skip to content

Commit e07a0e9

Browse files
Update Go modules
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 27c5c22 commit e07a0e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ require (
5555
golang.org/x/text v0.24.0 // indirect
5656
golang.org/x/time v0.11.0 // indirect
5757
google.golang.org/protobuf v1.36.6 // indirect
58-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
58+
gopkg.in/evanphx/json-patch.v5 v5.9.11 // indirect
5959
gopkg.in/inf.v0 v0.9.1 // indirect
60-
gopkg.in/yaml.v2 v2.4.0 // indirect
60+
gopkg.in/yaml.v3 v3.0.1 // indirect
6161
k8s.io/klog/v2 v2.130.1 // indirect
6262
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
6363
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect
6464
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
6565
sigs.k8s.io/randfill v1.0.0 // indirect
66-
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
66+
sigs.k8s.io/structured-merge-diff/v6 v6.1.0 // indirect
6767
sigs.k8s.io/yaml v1.4.0 // indirect
6868
)

0 commit comments

Comments
 (0)