You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Setup script
The text was updated successfully, but these errors were encountered:
Hello!
Issue details
The
setup.sh
script 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
The text was updated successfully, but these errors were encountered: