Hello!
- Vote on this issue by adding a 馃憤 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
The setup.sh script expects an upstream address for the upstream go module, and as an example suggests hashicorp/terraform-aws.
This example doesn't work:
go.mod:12:2: malformed module path "hashicorp/terraform-provider-aws": missing dot in first path element
Error occurred at ./setup.sh:175. Run with verbose '-v' flag to enable command logging.
I think this string should actually be whatever would work with go get (eg github.com/hashicorp/terraform-aws). Including the whole path will make it clearer how to adapt the example to whatever I'm trying to bridge.
Affected area/feature
Hello!
Issue details
The
setup.shscript expects an upstream address for the upstream go module, and as an example suggestshashicorp/terraform-aws.This example doesn't work:
I think this string should actually be whatever would work with
go get(eggithub.com/hashicorp/terraform-aws). Including the whole path will make it clearer how to adapt the example to whatever I'm trying to bridge.Affected area/feature