Skip to content

Commit

Permalink
build(deps): bump github.com/kubeflow/model-registry from 0.2.4-alpha…
Browse files Browse the repository at this point in the history
… to 0.2.5-alpha in /csi (#331)

Bumps [github.com/kubeflow/model-registry](https://github.com/kubeflow/model-registry) from 0.2.4-alpha to 0.2.5-alpha.
- [Release notes](https://github.com/kubeflow/model-registry/releases)
- [Commits](v0.2.4-alpha...v0.2.5-alpha)

---
updated-dependencies:
- dependency-name: github.com/kubeflow/model-registry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent a706235 commit 83dcea1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion csi/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/kserve/kserve v0.13.1
github.com/kubeflow/model-registry v0.2.4-alpha
github.com/kubeflow/model-registry v0.2.5-alpha
)

require (
Expand Down
4 changes: 2 additions & 2 deletions csi/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kserve/kserve v0.13.1 h1:MRszrN5pf1nNzBBoyTeBsoIYcbWvuve5G1pBwdKj9dI=
github.com/kserve/kserve v0.13.1/go.mod h1:l6fHejIVM3RYO9cD9Q0gQ4eriCz3lQaFIdcT05rMUbs=
github.com/kubeflow/model-registry v0.2.4-alpha h1:CKXalFxmqOcqPxJjhgG1mvLw8TvokkBk+x7152idUNk=
github.com/kubeflow/model-registry v0.2.4-alpha/go.mod h1:NuOD71WaFvbr4pNY4C3L2mHMF/yDtUpKdxt+MuhtcSw=
github.com/kubeflow/model-registry v0.2.5-alpha h1:A2zVdg4vcuVQSgP4Q8gxXETeFYQCu86KpAwsVI7B5fs=
github.com/kubeflow/model-registry v0.2.5-alpha/go.mod h1:KHKSSbUeQeBI8JdUN9NQKDzhmP+7nokUggHDvDXiPHQ=
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
Expand Down

0 comments on commit 83dcea1

Please sign in to comment.