From 5533d3383ec5e5f706f83f9d43120c95cecb15e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wenkai=20Yin=28=E5=B0=B9=E6=96=87=E5=BC=80=29?= Date: Wed, 17 Jan 2024 21:32:49 +0800 Subject: [PATCH] Pin Velero version as v1.13.0-rc.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pin Velero version as v1.13.0-rc.1 Signed-off-by: Wenkai Yin(尹文开) --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 15115ddf..1d47bbb2 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/sirupsen/logrus v1.9.3 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.8.4 - github.com/vmware-tanzu/velero v1.10.0-rc.1.0.20231212044725-5f14628d696e + github.com/vmware-tanzu/velero v1.13.0-rc.1 k8s.io/api v0.26.0 k8s.io/apimachinery v0.26.0 sigs.k8s.io/azuredisk-csi-driver v1.26.0 diff --git a/go.sum b/go.sum index 1add3b30..6200c7bd 100644 --- a/go.sum +++ b/go.sum @@ -245,8 +245,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= -github.com/vmware-tanzu/velero v1.10.0-rc.1.0.20231212044725-5f14628d696e h1:qA1uduXYvA20VDqwib4jXxobGA+L1MsRYcpGsLoC7ag= -github.com/vmware-tanzu/velero v1.10.0-rc.1.0.20231212044725-5f14628d696e/go.mod h1:yAsKjuJCEJBQhLOttEckJRplx6sLSOfrRZjEzqoQVJs= +github.com/vmware-tanzu/velero v1.13.0-rc.1 h1:lGX4dEHyLBU+oP9RZOtGY6DTfT6OqoRrPnt7BB1sCEY= +github.com/vmware-tanzu/velero v1.13.0-rc.1/go.mod h1:87DH9gnd/uTRmsjLk7wc2JWsK+RjIqX4VEt6z5qkAfA= github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU= github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ= github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y=