Skip to content

Commit a3ec7f3

Browse files
build(deps): bump github.com/kserve/kserve from 0.15.0 to 0.15.1
Bumps [github.com/kserve/kserve](https://github.com/kserve/kserve) from 0.15.0 to 0.15.1. - [Release notes](https://github.com/kserve/kserve/releases) - [Commits](kserve/kserve@v0.15.0...v0.15.1) --- updated-dependencies: - dependency-name: github.com/kserve/kserve dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b7fc466 commit a3ec7f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
module github.com/kubeflow/model-registry
22

3-
go 1.23.6
3+
go 1.24.1
44

55
require (
66
github.com/go-chi/chi/v5 v5.2.1
77
github.com/go-chi/cors v1.2.1
88
github.com/go-logr/logr v1.4.2
99
github.com/golang/glog v1.2.5
10-
github.com/kserve/kserve v0.15.0
10+
github.com/kserve/kserve v0.15.1
1111
github.com/onsi/ginkgo v1.16.5
1212
github.com/onsi/ginkgo/v2 v2.23.4
1313
github.com/onsi/gomega v1.37.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
250250
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
251251
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
252252
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=
255255
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
256256
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
257257
github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=

0 commit comments

Comments
 (0)