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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: