crossplane-contrib / provider-upjet-aws

Official AWS Provider for Crossplane by Upbound.
https://marketplace.upbound.io/providers/upbound/provider-aws
Apache License 2.0
137 stars 112 forks source link

fix(go): set module name to github.com/crossplane-contrib/provider-upjet-aws #1338

Open haarchri opened 1 month ago

haarchri commented 1 month ago

Description of your changes

update module location after new repo

fixes:

go: github.com/crossplane/function-sdk-go/resource/composed tested by
        github.com/crossplane/function-sdk-go/resource/composed.test imports
        github.com/crossplane-contrib/provider-upjet-aws/apis/s3/v1beta1: github.com/crossplane-contrib/provider-upjet-aws@v1.4.0: parsing go.mod:
        module declares its path as: github.com/upbound/provider-aws
                but was required as: github.com/crossplane-contrib/provider-upjet-aws

Fixes #

I have:

How has this code been tested