crossplane / terrajet

Generate Crossplane Providers from any Terraform Provider
https://crossplane.io
Apache License 2.0
289 stars 38 forks source link

go.mod: update go-getter to the latest to avoid reported CVEs #296

Closed muvaf closed 1 year ago

muvaf commented 1 year ago

Description of your changes

v1 of terraform-plugin-sdk has reached EOL so we have to bump the dependency separately. Removal of v1 SDK completely is discussed here but this PR should unblock folks.

Fixes https://github.com/crossplane/terrajet/issues/294

I have:

How has this code been tested

make reviewable