From af660c8b51cf77991d03d5854dc5aa2de1f66852 Mon Sep 17 00:00:00 2001 From: Anuj Chaudhari Date: Thu, 18 Jul 2024 12:37:29 -0700 Subject: [PATCH] Update tanzu-plugin-runtime to v1.4.1 (#795) --- go.mod | 3 +-- go.sum | 6 ++---- test/e2e/framework/go.mod | 2 +- test/e2e/framework/go.sum | 4 ++-- test/sample-plugin/go.mod | 2 +- test/sample-plugin/go.sum | 4 ++-- 6 files changed, 9 insertions(+), 12 deletions(-) diff --git a/go.mod b/go.mod index 910d11554..dd0993d6e 100644 --- a/go.mod +++ b/go.mod @@ -42,7 +42,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.4.0 + github.com/vmware-tanzu/tanzu-plugin-runtime v1.4.1 go.pinniped.dev v0.20.0 golang.org/x/mod v0.15.0 golang.org/x/oauth2 v0.8.0 @@ -156,7 +156,6 @@ require ( github.com/jmespath/go-jmespath v0.4.0 // indirect github.com/josharian/intern v1.0.0 // indirect github.com/json-iterator/go v1.1.12 // indirect - github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b // indirect github.com/k14s/semver/v4 v4.0.1-0.20210701191048-266d47ac6115 // indirect github.com/k14s/starlark-go v0.0.0-20200720175618-3a5c849cc368 // indirect github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect diff --git a/go.sum b/go.sum index 03262af73..28be94312 100644 --- a/go.sum +++ b/go.sum @@ -485,8 +485,6 @@ github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8Hm github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y= github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM= github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo= -github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b h1:FQ7+9fxhyp82ks9vAuyPzG0/vVbWwMwLJ+P6yJI5FN8= -github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b/go.mod h1:HMcgvsgd0Fjj4XXDkbjdmlbI505rUPBs6WBMYg2pXks= github.com/k14s/difflib v0.0.0-20201117154628-0c031775bf57 h1:CwBRArr+BWBopnUJhDjJw86rPL/jGbEjfHWKzTasSqE= github.com/k14s/difflib v0.0.0-20201117154628-0c031775bf57/go.mod h1:B0xN2MiNBGWOWi9CcfAo9LBI8IU4J1utlbOIJCsmKr4= github.com/k14s/kbld v0.32.0 h1:zf3qCir0usz7rX6JRF97QxaZ25+13EniE7z+ll0xaZ8= @@ -740,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.4.0 h1:4qGh38D+apKgFZEXVPNortq6GYz7Hk1V1z9zW5kuKB8= -github.com/vmware-tanzu/tanzu-plugin-runtime v1.4.0/go.mod h1:Ml22WHAlQ/oyEVLHNGHtRSRvVCnejzwEtIsDzVzM6hY= +github.com/vmware-tanzu/tanzu-plugin-runtime v1.4.1 h1:m1LVcHFTcY98hZl0TlE07VPDu/8H1DKyFW8cEVG75+c= +github.com/vmware-tanzu/tanzu-plugin-runtime v1.4.1/go.mod h1:0fTB0rR9BX9kS+xGcwH9O0p97bn8rSdILwWCHgvXzkw= 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= diff --git a/test/e2e/framework/go.mod b/test/e2e/framework/go.mod index 2f0307ed8..8f9c6779c 100644 --- a/test/e2e/framework/go.mod +++ b/test/e2e/framework/go.mod @@ -6,7 +6,7 @@ require ( github.com/onsi/ginkgo/v2 v2.12.0 github.com/onsi/gomega v1.27.10 github.com/pkg/errors v0.9.1 - github.com/vmware-tanzu/tanzu-plugin-runtime v1.4.0 + github.com/vmware-tanzu/tanzu-plugin-runtime v1.4.1 gopkg.in/yaml.v3 v3.0.1 k8s.io/apimachinery v0.26.3 k8s.io/client-go v0.26.1 diff --git a/test/e2e/framework/go.sum b/test/e2e/framework/go.sum index 1f2b7fc2d..7bde38d1b 100644 --- a/test/e2e/framework/go.sum +++ b/test/e2e/framework/go.sum @@ -47,8 +47,8 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= 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-plugin-runtime v1.4.0 h1:4qGh38D+apKgFZEXVPNortq6GYz7Hk1V1z9zW5kuKB8= -github.com/vmware-tanzu/tanzu-plugin-runtime v1.4.0/go.mod h1:Ml22WHAlQ/oyEVLHNGHtRSRvVCnejzwEtIsDzVzM6hY= +github.com/vmware-tanzu/tanzu-plugin-runtime v1.4.1 h1:m1LVcHFTcY98hZl0TlE07VPDu/8H1DKyFW8cEVG75+c= +github.com/vmware-tanzu/tanzu-plugin-runtime v1.4.1/go.mod h1:0fTB0rR9BX9kS+xGcwH9O0p97bn8rSdILwWCHgvXzkw= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= diff --git a/test/sample-plugin/go.mod b/test/sample-plugin/go.mod index 881eae8de..8bf487cca 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.4.0 + github.com/vmware-tanzu/tanzu-plugin-runtime v1.4.1 ) require ( diff --git a/test/sample-plugin/go.sum b/test/sample-plugin/go.sum index ef1f5e296..d28840660 100644 --- a/test/sample-plugin/go.sum +++ b/test/sample-plugin/go.sum @@ -92,8 +92,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.4.0 h1:4qGh38D+apKgFZEXVPNortq6GYz7Hk1V1z9zW5kuKB8= -github.com/vmware-tanzu/tanzu-plugin-runtime v1.4.0/go.mod h1:Ml22WHAlQ/oyEVLHNGHtRSRvVCnejzwEtIsDzVzM6hY= +github.com/vmware-tanzu/tanzu-plugin-runtime v1.4.1 h1:m1LVcHFTcY98hZl0TlE07VPDu/8H1DKyFW8cEVG75+c= +github.com/vmware-tanzu/tanzu-plugin-runtime v1.4.1/go.mod h1:0fTB0rR9BX9kS+xGcwH9O0p97bn8rSdILwWCHgvXzkw= 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=