From 3cf473b8b7193aa6c08b614af1add4f26c9faff5 Mon Sep 17 00:00:00 2001 From: Panchajanya Mysarla Date: Fri, 23 Feb 2024 16:06:46 -0600 Subject: [PATCH] Update test/sample runtime dep to v1.3.0-alpha.0 --- test/sample-plugin/go.mod | 2 +- test/sample-plugin/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/sample-plugin/go.mod b/test/sample-plugin/go.mod index d43de94b5..026e27bde 100644 --- a/test/sample-plugin/go.mod +++ b/test/sample-plugin/go.mod @@ -7,7 +7,7 @@ require ( github.com/onsi/gomega v1.27.10 github.com/spf13/cobra v1.8.0 github.com/vmware-tanzu/tanzu-cli/test/e2e/framework v1.0.0-dev - github.com/vmware-tanzu/tanzu-plugin-runtime v1.1.0 + github.com/vmware-tanzu/tanzu-plugin-runtime v1.3.0-alpha.0 ) require ( diff --git a/test/sample-plugin/go.sum b/test/sample-plugin/go.sum index 243c1fc1f..925f4eee3 100644 --- a/test/sample-plugin/go.sum +++ b/test/sample-plugin/go.sum @@ -89,8 +89,8 @@ github.com/tj/assert v0.0.3 h1:Df/BlaZ20mq6kuai7f5z2TvPFiwC3xaWJSDQNiIS3Rk= github.com/tj/assert v0.0.3/go.mod h1:Ne6X72Q+TB1AteidzQncjw9PabbMp4PBMZ1k+vd1Pvk= github.com/vmware-tanzu/tanzu-cli/test/e2e/framework v1.0.0-dev h1:MoWKHcGmd3G0Lt8sAO+bEI1rh/BIzJcrVv2Tz91koFU= github.com/vmware-tanzu/tanzu-cli/test/e2e/framework v1.0.0-dev/go.mod h1:zVm0OT9VgEndBzu4YwguM3jDqDOiTDw7TZ8ZgnyAWps= -github.com/vmware-tanzu/tanzu-plugin-runtime v1.1.0 h1:HtlrUyddxVzn4rZBtW6kQM4v2I6bgI0C/k9wJzGrbjE= -github.com/vmware-tanzu/tanzu-plugin-runtime v1.1.0/go.mod h1:M7WVZoItdyQp53tEprQIa6PZmhbrLe3CzuyQphWuRyI= +github.com/vmware-tanzu/tanzu-plugin-runtime v1.3.0-alpha.0 h1:Bzoj1E/mpznmCY8WFX7gI6KZgP/GQ0amYTr4H2basBQ= +github.com/vmware-tanzu/tanzu-plugin-runtime v1.3.0-alpha.0/go.mod h1:M7WVZoItdyQp53tEprQIa6PZmhbrLe3CzuyQphWuRyI= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= go.uber.org/atomic v1.7.0 h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw=