Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run make prepare #1

Open
WannaBeGeekster opened this issue Aug 26, 2021 · 0 comments
Open

Unable to run make prepare #1

WannaBeGeekster opened this issue Aug 26, 2021 · 0 comments

Comments

@WannaBeGeekster
Copy link

Thank you for writing this module. However when attempting to compile this module I am getting the following errors:

make prepare
go mod init terraform-provider-swis && go mod vendor
go: creating new go.mod: module terraform-provider-swis
go: to add module requirements and sums:
go mod tidy
go: finding module for package github.com/mrxinu/gosolar
go: finding module for package github.com/hashicorp/terraform/plugin
go: finding module for package github.com/hashicorp/terraform/helper/schema
go: finding module for package github.com/hashicorp/terraform/terraform
go: downloading github.com/hashicorp/terraform v1.0.5
go: found github.com/mrxinu/gosolar in github.com/mrxinu/gosolar v0.1.0
go: finding module for package github.com/hashicorp/terraform/terraform
go: finding module for package github.com/hashicorp/terraform/plugin
go: finding module for package github.com/hashicorp/terraform/helper/schema
terraform-provider-swis imports
github.com/hashicorp/terraform/plugin: module github.com/hashicorp/terraform@latest found (v1.0.5), but does not contain package github.com/hashicorp/terraform/plugin
terraform-provider-swis/swis imports
github.com/hashicorp/terraform/helper/schema: module github.com/hashicorp/terraform@latest found (v1.0.5), but does not contain package github.com/hashicorp/terraform/helper/schema
terraform-provider-swis/swis imports
github.com/hashicorp/terraform/terraform: module github.com/hashicorp/terraform@latest found (v1.0.5), but does not contain package github.com/hashicorp/terraform/terraform
make: *** [prepare] Error 1

This is due to the imports using outdated terraform-sdk references. I have corrected these issues and will submit a pull request to submit the fixed code back to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant