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

Commit

Permalink
Make consuming tanzu-framework easier by Go 1.17 modules
Browse files Browse the repository at this point in the history
Adds `sigs.k8s.io/cluster-api/test` in the `replace` section to avoid
Go 1.17 modules consuming tanzu-framework erroring out.
  • Loading branch information
rajathagasthya committed Jan 7, 2022
1 parent 120d83d commit aa4ae5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ replace (
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.5.5 // indirect
github.com/k14s/kbld => github.com/anujc25/carvel-kbld v0.31.0-update-vendir
sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.0.1
sigs.k8s.io/cluster-api/test => sigs.k8s.io/cluster-api/test v1.0.1
sigs.k8s.io/kind => sigs.k8s.io/kind v0.11.1
)

Expand Down
1 change: 0 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2877,7 +2877,6 @@ sigs.k8s.io/cluster-api-provider-azure v1.0.0 h1:0/G8pNntUFekIZBSpiGQvYlv16R1Yn5
sigs.k8s.io/cluster-api-provider-azure v1.0.0/go.mod h1:fxvWxmTw58eQtFN5FKx9YrDsYotBkCoJyf48jsl5RUQ=
sigs.k8s.io/cluster-api-provider-vsphere v1.0.2 h1:QOpyVJInjIqSaISnKBIVFWPGLDhVsvev4sDkEGqlg1o=
sigs.k8s.io/cluster-api-provider-vsphere v1.0.2/go.mod h1:Z6MDQcZjX5DUcEFStotBptj2fMR4vgCVPAnw6inIY20=
sigs.k8s.io/cluster-api/test v1.0.0/go.mod h1:8WQozDv62x2qHkCB1wTUeFjuwawuHKUTh8IMH5hePQs=
sigs.k8s.io/cluster-api/test v1.0.1 h1:bqyRhJ/Nc2Go+A7tl15QkCfNVyNOEPsTgJgZOiUwoJs=
sigs.k8s.io/cluster-api/test v1.0.1/go.mod h1:D8eLfLrzKcPbm/TzYexoRJISaDleOGSpBrBvH0yVEuA=
sigs.k8s.io/controller-runtime v0.6.3/go.mod h1:WlZNXcM0++oyaQt4B7C2lEE5JYRs8vJUzRP4N4JpdAY=
Expand Down

0 comments on commit aa4ae5e

Please sign in to comment.