File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11module github.com/kserve/rest-proxy
22
3- go 1.23.6
3+ go 1.24.0
4+
5+ toolchain go1.24.6
46
57require (
68 github.com/google/go-cmp v0.6.0
@@ -24,7 +26,7 @@ require (
2426 go.uber.org/multierr v1.6.0 // indirect
2527 go.uber.org/zap v1.24.0 // indirect
2628 golang.org/x/net v0.25.0 // indirect
27- golang.org/x/sys v0.28 .0 // indirect
29+ golang.org/x/sys v0.36 .0 // indirect
2830 golang.org/x/text v0.21.0 // indirect
2931 google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
3032 gopkg.in/inf.v0 v0.9.1 // indirect
Original file line number Diff line number Diff line change @@ -102,8 +102,9 @@ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBc
102102golang.org/x/sys v0.12.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
103103golang.org/x/sys v0.17.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
104104golang.org/x/sys v0.20.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
105- golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA =
106105golang.org/x/sys v0.28.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
106+ golang.org/x/sys v0.36.0 h1:KVRy2GtZBrk1cBYA7MKu5bEZFxQk4NIDV6RLVcC8o0k =
107+ golang.org/x/sys v0.36.0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
107108golang.org/x/telemetry v0.0.0-20240228155512-f48c80bd79b2 /go.mod h1:TeRTkGYfJXctD9OcfyVLyj2J3IxLnKwHJR8f4D8a3YE =
108109golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
109110golang.org/x/term v0.27.0 /go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM =
You can’t perform that action at this time.
0 commit comments