Skip to content

Commit 1352d51

Browse files
committed
update runtime commit
1 parent 164a05b commit 1352d51

File tree

2 files changed

+10
-355
lines changed

2 files changed

+10
-355
lines changed

go.mod

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ replace cloud.google.com/go => cloud.google.com/go v0.102.1
66

77
replace github.com/vmware-tanzu/tanzu-cli/test/e2e/framework => ./test/e2e/framework
88

9+
//replace github.com/vmware-tanzu/tanzu-plugin-runtime => ../../runtime-code/tanzu-plugin-runtime
10+
11+
//replace github.com/vmware-tanzu/tanzu-plugin-runtime => v1.3.0-dev.0.20240321213409-329469f6da53
12+
913
require (
14+
github.com/vmware-tanzu/tanzu-framework/capabilities/client v0.0.0-20230523145612-1c6fbba34686
1015
github.com/AlecAivazis/survey/v2 v2.3.6
1116
github.com/Masterminds/semver v1.5.0
1217
github.com/adrg/xdg v0.4.0
@@ -41,8 +46,8 @@ require (
4146
github.com/vmware-tanzu/carvel-imgpkg v0.36.1
4247
github.com/vmware-tanzu/carvel-ytt v0.40.0
4348
github.com/vmware-tanzu/tanzu-cli/test/e2e/framework v0.0.0-00010101000000-000000000000
44-
github.com/vmware-tanzu/tanzu-framework/capabilities/client v0.0.0-20230523145612-1c6fbba34686
45-
github.com/vmware-tanzu/tanzu-plugin-runtime v1.3.0-dev.0.20240302001423-9b6a526ce007
49+
//github.com/vmware-tanzu/tanzu-plugin-runtime v1.3.0-dev.0.20240302001423-9b6a526ce007
50+
github.com/vmware-tanzu/tanzu-plugin-runtime v1.3.0-dev.0.20240321213409-329469f6da53
4651
go.pinniped.dev v0.20.0
4752
golang.org/x/mod v0.12.0
4853
golang.org/x/oauth2 v0.8.0
@@ -208,6 +213,7 @@ require (
208213
github.com/vmware-tanzu/carvel-vendir v0.26.0 // indirect
209214
github.com/vmware-tanzu/tanzu-framework/apis/core v0.0.0-20230419030809-7081502ebf68 // indirect
210215
github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-20230419030809-7081502ebf68 // indirect
216+
github.com/vmware-tanzu/tanzu-plugin-runtime v1.3.0-dev.0.20240321213409-329469f6da53 // indirect
211217
github.com/xanzy/go-gitlab v0.83.0 // indirect
212218
go.mongodb.org/mongo-driver v1.11.3 // indirect
213219
go.opentelemetry.io/otel v1.15.0 // indirect

0 commit comments

Comments
 (0)