Skip to content

Commit 11a1185

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

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
@@ -53,14 +53,14 @@ require (
5353
golang.org/x/text v0.26.0 // indirect
5454
golang.org/x/time v0.12.0 // indirect
5555
google.golang.org/protobuf v1.36.6 // indirect
56-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
56+
gopkg.in/evanphx/json-patch.v5 v5.9.11 // indirect
5757
gopkg.in/inf.v0 v0.9.1 // indirect
58-
gopkg.in/yaml.v2 v2.4.0 // indirect
58+
gopkg.in/yaml.v3 v3.0.1 // indirect
5959
k8s.io/klog/v2 v2.130.1 // indirect
6060
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
6161
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect
6262
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
6363
sigs.k8s.io/randfill v1.0.0 // indirect
64-
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
64+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
6565
sigs.k8s.io/yaml v1.4.0 // indirect
6666
)

0 commit comments

Comments
 (0)