From 0b49bf1b8394888aa1ca25ab901bf02daf07ca25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:50:38 +0000 Subject: [PATCH] build(deps): bump github.com/kubeflow/model-registry from 0.2.6-alpha to 0.2.7-alpha in /csi (#440) Bumps [github.com/kubeflow/model-registry](https://github.com/kubeflow/model-registry) from 0.2.6-alpha to 0.2.7-alpha. - [Release notes](https://github.com/kubeflow/model-registry/releases) - [Commits](https://github.com/kubeflow/model-registry/compare/v0.2.6-alpha...v0.2.7-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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- csi/go.mod | 2 +- csi/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/csi/go.mod b/csi/go.mod index 975ffbf3..905b3b7e 100644 --- a/csi/go.mod +++ b/csi/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/kserve/kserve v0.13.1 - github.com/kubeflow/model-registry v0.2.6-alpha + github.com/kubeflow/model-registry v0.2.7-alpha ) require ( diff --git a/csi/go.sum b/csi/go.sum index 93a873f2..591e7b80 100644 --- a/csi/go.sum +++ b/csi/go.sum @@ -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.6-alpha h1:5+HXFeiHTRxYJhfCuovO/icD6xtcTFxHJRzMkDgIyfw= -github.com/kubeflow/model-registry v0.2.6-alpha/go.mod h1:exMa9sONJSHHLvK8kcPfh+v1+7jvTY9z8e3TmaKjZXU= +github.com/kubeflow/model-registry v0.2.7-alpha h1:5F5eb6ZsXsC6g1NAkYB9l0AYqlKZo+NOKlzJqFy4ROI= +github.com/kubeflow/model-registry v0.2.7-alpha/go.mod h1:exMa9sONJSHHLvK8kcPfh+v1+7jvTY9z8e3TmaKjZXU= 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=