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
Very minor technical debt. The root go.mod currently defines this Go module as github.com/terraform-providers/terraform-provider-random because that is where it used to live. This means that the Go toolchain will sometimes confusingly say that address in errors and that various import statements must use that now-incorrect address.
Proposal
Importing this codebase as a Go module is not a supported use case, so it is fine to update the go.mod and the various import statements in the codebase to use github.com/hashicorp/terraform-provider-random.
How much impact is this issue causing?
Low
Additional Information
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Terraform CLI and Provider Versions
N/A
Use Cases or Problem Statement
Very minor technical debt. The root
go.mod
currently defines this Go module asgh.neting.cc/terraform-providers/terraform-provider-random
because that is where it used to live. This means that the Go toolchain will sometimes confusingly say that address in errors and that variousimport
statements must use that now-incorrect address.Proposal
Importing this codebase as a Go module is not a supported use case, so it is fine to update the
go.mod
and the variousimport
statements in the codebase to usegh.neting.cc/hashicorp/terraform-provider-random
.How much impact is this issue causing?
Low
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: