From c300ee6723155a55f006156ab2650e7e99c720f9 Mon Sep 17 00:00:00 2001 From: Vui Lam Date: Mon, 8 Jan 2024 15:55:03 -0800 Subject: [PATCH] Update runtime dep to 1.2.0-alpha.0 Signed-off-by: Vui Lam --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 7b6e7a1bd..8420d3c7c 100644 --- a/go.mod +++ b/go.mod @@ -43,7 +43,7 @@ require ( github.com/vmware-tanzu/carvel-ytt v0.40.0 github.com/vmware-tanzu/tanzu-cli/test/e2e/framework v0.0.0-00010101000000-000000000000 github.com/vmware-tanzu/tanzu-framework/capabilities/client v0.0.0-20230523145612-1c6fbba34686 - github.com/vmware-tanzu/tanzu-plugin-runtime v1.2.0-dev.0.20231226233521-ad86606a9e90 + github.com/vmware-tanzu/tanzu-plugin-runtime v1.2.0-alpha.0 go.pinniped.dev v0.20.0 golang.org/x/mod v0.12.0 golang.org/x/oauth2 v0.8.0 diff --git a/go.sum b/go.sum index 92bcbff16..a9a1d91f5 100644 --- a/go.sum +++ b/go.sum @@ -738,8 +738,8 @@ github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-20230419030809-7081502eb github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-20230419030809-7081502ebf68/go.mod h1:e1Uef+Ux5BIHpYwqbeP2ZZmOzehBcez2vUEWXHe+xHE= github.com/vmware-tanzu/tanzu-framework/capabilities/client v0.0.0-20230523145612-1c6fbba34686 h1:VcuXqUXFxm5WDqWkzAlU/6cJXua0ozELnqD59fy7J6E= github.com/vmware-tanzu/tanzu-framework/capabilities/client v0.0.0-20230523145612-1c6fbba34686/go.mod h1:AFGOXZD4tH+KhpmtV0VjWjllXhr8y57MvOsIxTtywc4= -github.com/vmware-tanzu/tanzu-plugin-runtime v1.2.0-dev.0.20231226233521-ad86606a9e90 h1:JqF2XLGmzHo7sNaOfZ17YTu6ZJR3SogiWjYQ8UWRVdI= -github.com/vmware-tanzu/tanzu-plugin-runtime v1.2.0-dev.0.20231226233521-ad86606a9e90/go.mod h1:M7WVZoItdyQp53tEprQIa6PZmhbrLe3CzuyQphWuRyI= +github.com/vmware-tanzu/tanzu-plugin-runtime v1.2.0-alpha.0 h1:Gxs2PPEU5qOGxZoAn/YT/YZpuYUiz1NQNtp0o4EkwAk= +github.com/vmware-tanzu/tanzu-plugin-runtime v1.2.0-alpha.0/go.mod h1:M7WVZoItdyQp53tEprQIa6PZmhbrLe3CzuyQphWuRyI= github.com/xanzy/go-gitlab v0.83.0 h1:37p0MpTPNbsTMKX/JnmJtY8Ch1sFiJzVF342+RvZEGw= github.com/xanzy/go-gitlab v0.83.0/go.mod h1:5ryv+MnpZStBH8I/77HuQBsMbBGANtVpLWC15qOjWAw= github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI=