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 1
1
module github.com/kubeflow/model-registry
2
2
3
- go 1.23.6
3
+ go 1.24.1
4
4
5
5
require (
6
6
github.com/go-chi/chi/v5 v5.2.1
7
7
github.com/go-chi/cors v1.2.1
8
8
github.com/go-logr/logr v1.4.2
9
9
github.com/golang/glog v1.2.5
10
- github.com/kserve/kserve v0.15.0
10
+ github.com/kserve/kserve v0.15.1
11
11
github.com/onsi/ginkgo v1.16.5
12
12
github.com/onsi/ginkgo/v2 v2.23.4
13
13
github.com/onsi/gomega v1.37.0
Original file line number Diff line number Diff line change @@ -250,8 +250,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
250
250
github.com/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
251
251
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
252
252
github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
253
- github.com/kserve/kserve v0.15.0 h1:TK6lN8XVIzc/5KQ76GULEKYiJ2obkTRRI3Z2Iwuld5Y =
254
- github.com/kserve/kserve v0.15.0 /go.mod h1:O/SboK/ju1hEUrEMKEFZuANARPW3MB9F4xpqieJP4wk =
253
+ github.com/kserve/kserve v0.15.1 h1:2W6OgoZlBsloAtaF+pn7G3Ku3vr86lNkTVxqv4/tvaI =
254
+ github.com/kserve/kserve v0.15.1 /go.mod h1:IbSh7skZ/01A3G/hRLOv2osAJBAR30I8QAXGuL/ghj0 =
255
255
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc =
256
256
github.com/kylelemons/godebug v1.1.0 /go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw =
257
257
github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ =
You can’t perform that action at this time.
0 commit comments