File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ require (
40
40
go.opentelemetry.io/otel/sdk/metric v1.37.0
41
41
go.uber.org/mock v0.5.2
42
42
golang.ngrok.com/ngrok/v2 v2.0.0
43
- golang.org/x/exp/jsonrpc2 v0.0.0-20250811191247-51f88131bc50
43
+ golang.org/x/exp/jsonrpc2 v0.0.0-20250813145105-42675adae3e6
44
44
golang.org/x/mod v0.27.0
45
45
golang.org/x/oauth2 v0.30.0
46
46
golang.org/x/sync v0.16.0
@@ -49,6 +49,7 @@ require (
49
49
gotest.tools v2.2.0+incompatible
50
50
k8s.io/api v0.33.3
51
51
k8s.io/apimachinery v0.33.3
52
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
52
53
sigs.k8s.io/controller-runtime v0.21.0
53
54
sigs.k8s.io/yaml v1.6.0
54
55
)
@@ -261,7 +262,6 @@ require (
261
262
k8s.io/apiextensions-apiserver v0.33.0 // indirect
262
263
k8s.io/klog/v2 v2.130.1 // indirect
263
264
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
264
- k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
265
265
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
266
266
sigs.k8s.io/randfill v1.0.0 // indirect
267
267
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
Original file line number Diff line number Diff line change @@ -1739,8 +1739,8 @@ golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 h1:R84qjqJb5nVJMxqWYb3np9L5Z
1739
1739
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 /go.mod h1:S9Xr4PYopiDyqSyp5NjCrhFrqg6A5zA2E/iPHPhqnS8 =
1740
1740
golang.org/x/exp/event v0.0.0-20250718183923-645b1fa84792 h1:RKzW3iEHUKu0CWVU4fG6v5ELTvjWvBbusVjXvnPEpKg =
1741
1741
golang.org/x/exp/event v0.0.0-20250718183923-645b1fa84792 /go.mod h1:Fk1ubAb6/UVFs8rmY1v7Oob01wGxc71nvlHyqriGSCM =
1742
- golang.org/x/exp/jsonrpc2 v0.0.0-20250811191247-51f88131bc50 h1:Ct/+6LQjPToNbceLAs9hMWlIlwbJk8RnoamCRE7Qf6I =
1743
- golang.org/x/exp/jsonrpc2 v0.0.0-20250811191247-51f88131bc50 /go.mod h1:Kw6eUslxkiSq8GsL1ttwkjG+pNZ/LsmB5QGe+5pASJU =
1742
+ golang.org/x/exp/jsonrpc2 v0.0.0-20250813145105-42675adae3e6 h1:gM9lSeT6Abj6BxkKTfyRhG7HOI3M8PM+VnYrhGl+hS8 =
1743
+ golang.org/x/exp/jsonrpc2 v0.0.0-20250813145105-42675adae3e6 /go.mod h1:9hS6EB0EMjqfiI0q7e47kN+FBgKXTrPd1sPtderhiAc =
1744
1744
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81 /go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs =
1745
1745
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 /go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js =
1746
1746
golang.org/x/image v0.0.0-20190802002840-cff245a6509b /go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0 =
You can’t perform that action at this time.
0 commit comments