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

Cannot install via go get #833

Closed
dcu opened this issue Jun 30, 2020 · 1 comment · Fixed by #908
Closed

Cannot install via go get #833

dcu opened this issue Jun 30, 2020 · 1 comment · Fixed by #908

Comments

@dcu
Copy link

dcu commented Jun 30, 2020

This is what I'm getting, it used to work on last week

GO111MODULE=on go get -u -v github.com/terraform-linters/tflint
go: downloading github.com/terraform-linters/tflint v0.17.0
go: github.com/terraform-linters/tflint upgrade => v0.17.0
go get: github.com/terraform-linters/tflint@v0.17.0 requires
	github.com/terraform-providers/terraform-provider-aws@v2.68.0+incompatible/go.mod: verifying module: github.com/terraform-providers/terraform-provider-aws@v2.68.0+incompatible/go.mod: reading https://sum.golang.org/lookup/github.com/terraform-providers/terraform-provider-aws@v2.68.0+incompatible: 410 Gone
	server response: not found: github.com/terraform-providers/terraform-provider-aws@v2.68.0+incompatible: invalid version: +incompatible suffix not allowed: module contains a go.mod file, so semantic import versioning is required
@bendrucker
Copy link
Member

golang/go#30354

This changed in #803 among other PRs. Would love to have go get work but I'm not sure that's going to be possible as long as Terraform provider packages are used as dependencies.

@bendrucker bendrucker changed the title Error installing latest version Cannot install via go get Aug 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants