diff --git a/cli/core/go.mod b/cli/core/go.mod index 1452065df48..6cd67142475 100644 --- a/cli/core/go.mod +++ b/cli/core/go.mod @@ -124,7 +124,7 @@ require ( github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec // indirect github.com/vmware-tanzu/carvel-imgpkg v0.23.1 // indirect github.com/vmware-tanzu/carvel-vendir v0.26.0 // indirect - github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-00010101000000-000000000000 // indirect + github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-20230110071428-504445fe9371 // indirect go.opencensus.io v0.24.0 // indirect go.uber.org/atomic v1.9.0 // indirect golang.org/x/crypto v0.4.0 // indirect diff --git a/cmd/cli/plugin-admin/builder/go.mod b/cmd/cli/plugin-admin/builder/go.mod index f749614afff..2abfcf8ef6e 100644 --- a/cmd/cli/plugin-admin/builder/go.mod +++ b/cmd/cli/plugin-admin/builder/go.mod @@ -112,7 +112,7 @@ require ( github.com/vmware-tanzu/carvel-imgpkg v0.23.1 // indirect github.com/vmware-tanzu/carvel-vendir v0.26.0 // indirect github.com/vmware-tanzu/carvel-ytt v0.40.0 // indirect - github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-00010101000000-000000000000 // indirect + github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-20230110071428-504445fe9371 // indirect github.com/vmware-tanzu/tanzu-framework/capabilities/client v0.0.0-00010101000000-000000000000 // indirect go.opencensus.io v0.24.0 // indirect go.uber.org/atomic v1.9.0 // indirect diff --git a/cmd/cli/plugin-admin/test/go.mod b/cmd/cli/plugin-admin/test/go.mod index 0b2d9a7b5aa..727a349850e 100644 --- a/cmd/cli/plugin-admin/test/go.mod +++ b/cmd/cli/plugin-admin/test/go.mod @@ -104,7 +104,7 @@ require ( github.com/vmware-tanzu/carvel-vendir v0.26.0 // indirect github.com/vmware-tanzu/carvel-ytt v0.40.0 // indirect github.com/vmware-tanzu/tanzu-framework/apis/cli v0.0.0-00010101000000-000000000000 // indirect - github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-00010101000000-000000000000 // indirect + github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-20230110071428-504445fe9371 // indirect github.com/vmware-tanzu/tanzu-framework/capabilities/client v0.0.0-00010101000000-000000000000 // indirect go.opencensus.io v0.24.0 // indirect go.uber.org/atomic v1.9.0 // indirect diff --git a/cmd/cli/plugin/cluster/go.mod b/cmd/cli/plugin/cluster/go.mod index 5259d92d5d8..172b25ff1e8 100644 --- a/cmd/cli/plugin/cluster/go.mod +++ b/cmd/cli/plugin/cluster/go.mod @@ -26,7 +26,7 @@ require ( github.com/pkg/errors v0.9.1 github.com/spf13/cobra v1.6.1 github.com/spf13/pflag v1.0.5 - github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-00010101000000-000000000000 + github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-20230110071428-504445fe9371 github.com/vmware-tanzu/tanzu-framework/cli/runtime v0.0.0-00010101000000-000000000000 github.com/vmware-tanzu/tanzu-framework/pkg/v1/tkr v0.0.0-00010101000000-000000000000 github.com/vmware-tanzu/tanzu-framework/tkg v0.0.0-00010101000000-000000000000 diff --git a/cmd/cli/plugin/isolated-cluster/go.mod b/cmd/cli/plugin/isolated-cluster/go.mod index 1418b4e6a7e..005813a282e 100644 --- a/cmd/cli/plugin/isolated-cluster/go.mod +++ b/cmd/cli/plugin/isolated-cluster/go.mod @@ -26,7 +26,7 @@ require ( github.com/pkg/errors v0.9.1 github.com/spf13/cobra v1.6.1 github.com/vmware-tanzu/carvel-imgpkg v0.33.0 - github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-00010101000000-000000000000 + github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-20230110071428-504445fe9371 github.com/vmware-tanzu/tanzu-framework/cli/runtime v0.0.0-00010101000000-000000000000 github.com/vmware-tanzu/tanzu-framework/tkg v0.0.0-00010101000000-000000000000 golang.org/x/exp v0.0.0-20221215174704-0915cd710c24 diff --git a/cmd/cli/plugin/login/go.mod b/cmd/cli/plugin/login/go.mod index c68c460abd7..85705d91037 100644 --- a/cmd/cli/plugin/login/go.mod +++ b/cmd/cli/plugin/login/go.mod @@ -108,7 +108,7 @@ require ( github.com/vmware-tanzu/carvel-vendir v0.26.0 // indirect github.com/vmware-tanzu/carvel-ytt v0.40.0 // indirect github.com/vmware-tanzu/tanzu-framework/apis/cli v0.0.0-00010101000000-000000000000 // indirect - github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-00010101000000-000000000000 // indirect + github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-20230110071428-504445fe9371 // indirect github.com/vmware-tanzu/tanzu-framework/capabilities/client v0.0.0-00010101000000-000000000000 // indirect go.opencensus.io v0.24.0 // indirect go.uber.org/atomic v1.9.0 // indirect diff --git a/cmd/cli/plugin/managementcluster/go.mod b/cmd/cli/plugin/managementcluster/go.mod index 7691b88e319..dde2f149079 100644 --- a/cmd/cli/plugin/managementcluster/go.mod +++ b/cmd/cli/plugin/managementcluster/go.mod @@ -22,7 +22,7 @@ require ( github.com/pkg/errors v0.9.1 github.com/spf13/cobra v1.6.1 github.com/spf13/pflag v1.0.5 - github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-00010101000000-000000000000 + github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-20230110071428-504445fe9371 github.com/vmware-tanzu/tanzu-framework/cli/core v0.0.0-20220914003300-5b2ed024556a github.com/vmware-tanzu/tanzu-framework/cli/runtime v0.0.0-00010101000000-000000000000 github.com/vmware-tanzu/tanzu-framework/tkg v0.0.0-00010101000000-000000000000 diff --git a/cmd/cli/plugin/package/go.mod b/cmd/cli/plugin/package/go.mod index ee47451c006..47a232f96e3 100644 --- a/cmd/cli/plugin/package/go.mod +++ b/cmd/cli/plugin/package/go.mod @@ -209,7 +209,7 @@ require ( github.com/vmware-tanzu/carvel-ytt v0.40.0 // indirect github.com/vmware-tanzu/tanzu-framework/apis/cli v0.0.0-00010101000000-000000000000 // indirect github.com/vmware-tanzu/tanzu-framework/apis/config v0.0.0-20220824221239-af5a644ffef7 // indirect - github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-00010101000000-000000000000 // indirect + github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-20230110071428-504445fe9371 // indirect github.com/vmware-tanzu/tanzu-framework/cli/core v0.0.0-20220914003300-5b2ed024556a // indirect github.com/vmware-tanzu/tanzu-framework/tkr v0.0.0-00010101000000-000000000000 // indirect github.com/vmware-tanzu/tanzu-framework/util v0.0.0-00010101000000-000000000000 // indirect diff --git a/cmd/cli/plugin/secret/go.mod b/cmd/cli/plugin/secret/go.mod index 2131df7435f..25f0aa1e9a9 100644 --- a/cmd/cli/plugin/secret/go.mod +++ b/cmd/cli/plugin/secret/go.mod @@ -92,7 +92,7 @@ require ( github.com/vmware-tanzu/carvel-secretgen-controller v0.5.0 // indirect github.com/vmware-tanzu/carvel-vendir v0.26.0 // indirect github.com/vmware-tanzu/tanzu-framework/apis/cli v0.0.0-00010101000000-000000000000 // indirect - github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-00010101000000-000000000000 // indirect + github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-20230110071428-504445fe9371 // indirect go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.6.0 // indirect golang.org/x/crypto v0.4.0 // indirect diff --git a/go.mod b/go.mod index 1809851e7ef..51ec2c16231 100644 --- a/go.mod +++ b/go.mod @@ -32,7 +32,7 @@ require ( github.com/spf13/cobra v1.6.1 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.8.1 - github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-00010101000000-000000000000 + github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-20230110071428-504445fe9371 github.com/vmware-tanzu/tanzu-framework/cli/runtime v0.0.0-00010101000000-000000000000 github.com/vmware-tanzu/tanzu-framework/pkg/v1/tkr v0.0.0-00010101000000-000000000000 github.com/vmware-tanzu/tanzu-framework/test/pkg v0.0.0-20221114124829-a8c2eac58dbf @@ -75,8 +75,6 @@ require ( github.com/Masterminds/semver/v3 v3.2.0 // indirect github.com/Masterminds/sprig/v3 v3.2.3 // indirect github.com/Microsoft/go-winio v0.5.2 // indirect - github.com/PuerkitoBio/purell v1.1.1 // indirect - github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect github.com/adrg/xdg v0.4.0 // indirect github.com/alessio/shellescape v1.4.1 // indirect github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220816024939-bc8df83d7b9d // indirect @@ -215,7 +213,6 @@ require ( github.com/vmware-tanzu/carvel-ytt v0.40.0 // indirect github.com/vmware-tanzu/tanzu-framework/apis/cli v0.0.0-00010101000000-000000000000 // indirect github.com/vmware-tanzu/tanzu-framework/apis/config v0.0.0-20220824221239-af5a644ffef7 // indirect - github.com/vmware-tanzu/tanzu-framework/apis/core v0.0.0-20230110071428-504445fe9371 // indirect github.com/vmware-tanzu/tanzu-framework/capabilities/client v0.0.0-00010101000000-000000000000 // indirect github.com/vmware-tanzu/tanzu-framework/cli/core v0.0.0-20220914003300-5b2ed024556a // indirect github.com/vmware-tanzu/tanzu-framework/packageclients v0.0.0-00010101000000-000000000000 // indirect diff --git a/go.sum b/go.sum index d73cdd20b98..5300e8c5d8d 100644 --- a/go.sum +++ b/go.sum @@ -148,10 +148,8 @@ github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAE github.com/OpenPeeDeeP/depguard v1.0.1/go.mod h1:xsIw86fROiiwelg+jB2uM9PiKihMMmUx/1V+TNhjQvM= github.com/PuerkitoBio/purell v1.0.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/purell v1.1.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= -github.com/PuerkitoBio/purell v1.1.1 h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI= github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= -github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M= github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= github.com/StackExchange/wmi v1.2.1/go.mod h1:rcmrprowKIVzvc+NUiLncP2uuArMWLCbu9SBzvHz7e8= github.com/a8m/tree v0.0.0-20210115125333-10a5fd5b637d/go.mod h1:FSdwKX97koS5efgm8WevNf7XS3PqtyFkKDDXrz778cg= @@ -1268,8 +1266,6 @@ github.com/vmware-tanzu/carvel-vendir v0.30.0 h1:JqElRFpSsYJQmI5Hrxl1Fx9wJZ2xeDk github.com/vmware-tanzu/carvel-vendir v0.30.0/go.mod h1:qFV2/3Cu584fhG2wXodoIm8KhX1wKHRFavBiRjK/Ly0= github.com/vmware-tanzu/carvel-ytt v0.40.0 h1:WUWTtwvfqV9CN9v207oDt2xfhmuWHGwc4MMaXJAqIEE= github.com/vmware-tanzu/carvel-ytt v0.40.0/go.mod h1:crDcKbS1GM4Q34puoVxdrajWOXrxjOxvUCwtsNV5Etc= -github.com/vmware-tanzu/tanzu-framework/apis/core v0.0.0-20230110071428-504445fe9371 h1:T32Tzxdf6JBwUOd7r1qnlvqOcoiRVcerIrhwq4jPFqA= -github.com/vmware-tanzu/tanzu-framework/apis/core v0.0.0-20230110071428-504445fe9371/go.mod h1:vjqilqQVGbzt4XpV8gEoLnehe7/IfQ49wikteZpKngU= github.com/vmware-tanzu/tanzu-framework/test/pkg v0.0.0-20221114124829-a8c2eac58dbf h1:KL+cthxghTjH0qrj3AtN26qDWatqXrbp7a/StjcnmMU= github.com/vmware-tanzu/tanzu-framework/test/pkg v0.0.0-20221114124829-a8c2eac58dbf/go.mod h1:WxG7I8d++BA0bcic2Ta3Rm5BHuWkGtH6rpSs0ry9uLA= github.com/vmware/govmomi v0.27.1 h1:Rf3o1btFrkJa9be5KtgJ4CyOO8mbFnBxmNtAVHNyFes= diff --git a/tkg/go.mod b/tkg/go.mod index 7af6d8ee2c4..acba2ba87c3 100644 --- a/tkg/go.mod +++ b/tkg/go.mod @@ -69,7 +69,7 @@ require ( github.com/vmware-tanzu/carvel-ytt v0.40.0 github.com/vmware-tanzu/tanzu-framework/apis/cli v0.0.0-00010101000000-000000000000 github.com/vmware-tanzu/tanzu-framework/apis/config v0.0.0-20220824221239-af5a644ffef7 - github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-00010101000000-000000000000 + github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-20230110071428-504445fe9371 github.com/vmware-tanzu/tanzu-framework/capabilities/client v0.0.0-00010101000000-000000000000 github.com/vmware-tanzu/tanzu-framework/cli/core v0.0.0-20220914003300-5b2ed024556a github.com/vmware-tanzu/tanzu-framework/cli/runtime v0.0.0-00010101000000-000000000000