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

bug: go.mod module name incorrectly uses github.com/pulumi/checkly name. #30

Open
AaronFriel opened this issue Sep 8, 2022 · 2 comments
Assignees
Labels
priority: high type: bug Something isn't working

Comments

@AaronFriel
Copy link

Pulumi version

n/a

Provider version

n/a

Steps to reproduce

Run:

$ go get github.com/checkly/pulumi-checkly/sdk/go
go: github.com/checkly/pulumi-checkly/sdk@v0.0.0-20220803200826-1a3588b5a4bc: parsing go.mod:
        module declares its path as: github.com/pulumi/pulumi-checkly/sdk
                but was required as: github.com/checkly/pulumi-checkly/sdk

What is expected?

The go.mod file should match the repository URL.

What is actually happening?

Go fails to download the Go module due to the path mismatch.

System Info

n/a

Any additional comments?

No response

@AaronFriel AaronFriel added the type: bug Something isn't working label Sep 8, 2022
@ianaya89
Copy link
Contributor

ianaya89 commented Sep 9, 2022

@AaronFriel thanks for reporting.

@pilimartinez @nahuelon can you take a look at this?

@ianaya89
Copy link
Contributor

Hi @AaronFriel, I tried to reproduce and got a different error message but probably the same issue. I know you are from Pulumi team, can you point me where should we fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: high type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants