@@ -6,7 +6,12 @@ replace cloud.google.com/go => cloud.google.com/go v0.102.1
6
6
7
7
replace github.com/vmware-tanzu/tanzu-cli/test/e2e/framework => ./test/e2e/framework
8
8
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
+
9
13
require (
14
+ github.com/vmware-tanzu/tanzu-framework/capabilities/client v0.0.0-20230523145612-1c6fbba34686
10
15
github.com/AlecAivazis/survey/v2 v2.3.6
11
16
github.com/Masterminds/semver v1.5.0
12
17
github.com/adrg/xdg v0.4.0
@@ -41,8 +46,8 @@ require (
41
46
github.com/vmware-tanzu/carvel-imgpkg v0.36.1
42
47
github.com/vmware-tanzu/carvel-ytt v0.40.0
43
48
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
46
51
go.pinniped.dev v0.20.0
47
52
golang.org/x/mod v0.12.0
48
53
golang.org/x/oauth2 v0.8.0
@@ -208,6 +213,7 @@ require (
208
213
github.com/vmware-tanzu/carvel-vendir v0.26.0 // indirect
209
214
github.com/vmware-tanzu/tanzu-framework/apis/core v0.0.0-20230419030809-7081502ebf68 // indirect
210
215
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
211
217
github.com/xanzy/go-gitlab v0.83.0 // indirect
212
218
go.mongodb.org/mongo-driver v1.11.3 // indirect
213
219
go.opentelemetry.io/otel v1.15.0 // indirect
0 commit comments