Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
bump tce-main for standalone ux fixes (#1753)
Browse files Browse the repository at this point in the history
This bumps tce-main to include a cherry-picked commit for our standalone
cluster kickstart UI. It ensures cluster name is always required.

Signed-off-by: joshrosso <rossoj@vmware.com>
  • Loading branch information
joshrosso authored Sep 15, 2021
1 parent 5c39bf2 commit f1a1512
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/cmd/plugin/standalone-cluster/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.16

require (
github.com/spf13/cobra v1.2.0
github.com/vmware-tanzu/tanzu-framework v1.4.0-pre-alpha-2.0.20210912214555-32133a86029e
github.com/vmware-tanzu/tanzu-framework v1.4.0-pre-alpha-2.0.20210915174701-14fe0fdf4f0b
k8s.io/klog/v2 v2.8.0
)

Expand Down
4 changes: 2 additions & 2 deletions cli/cmd/plugin/standalone-cluster/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1176,8 +1176,8 @@ github.com/vmware-tanzu/carvel-vendir v0.19.0 h1:4FTeDcxwEuZWdFlFqh+11NqnJciCkkO
github.com/vmware-tanzu/carvel-vendir v0.19.0/go.mod h1:HF7iLB0NyEFHuCvM0EJ42fERk20l2ImpktJzhSEdqOU=
github.com/vmware-tanzu/cluster-api v0.3.23-0.20210722162135-d31e78c28159 h1:c7sM3NrAQGmTvq57Aw96BBzBO67apYZpZs/51PfjddA=
github.com/vmware-tanzu/cluster-api v0.3.23-0.20210722162135-d31e78c28159/go.mod h1:1DBZEj6GmcWxe77d8YOeac1JIa8ttP21uTHUlAyji2g=
github.com/vmware-tanzu/tanzu-framework v1.4.0-pre-alpha-2.0.20210912214555-32133a86029e h1:XBUtzB2vPsFA6r5/N6PW+id53Citl8qSDSUWKsRjRYI=
github.com/vmware-tanzu/tanzu-framework v1.4.0-pre-alpha-2.0.20210912214555-32133a86029e/go.mod h1:xju1ilA4vCv591ZO9b/0y/Hg8X5MwsEZMLIXECqsJJk=
github.com/vmware-tanzu/tanzu-framework v1.4.0-pre-alpha-2.0.20210915174701-14fe0fdf4f0b h1:dTcePzMpz0lpDxHEhLOF8K3qfzVk8sByHIlRcNRFpEc=
github.com/vmware-tanzu/tanzu-framework v1.4.0-pre-alpha-2.0.20210915174701-14fe0fdf4f0b/go.mod h1:xju1ilA4vCv591ZO9b/0y/Hg8X5MwsEZMLIXECqsJJk=
github.com/vmware/govmomi v0.20.3/go.mod h1:URlwyTFZX72RmxtxuaFL2Uj3fD1JTvZdx59bHWk6aFU=
github.com/vmware/govmomi v0.23.1 h1:vU09hxnNR/I7e+4zCJvW+5vHu5dO64Aoe2Lw7Yi/KRg=
github.com/vmware/govmomi v0.23.1/go.mod h1:Y+Wq4lst78L85Ge/F8+ORXIWiKYqaro1vhAulACy9Lc=
Expand Down

0 comments on commit f1a1512

Please sign in to comment.