pulumi-checkly icon indicating copy to clipboard operation
pulumi-checkly copied to clipboard

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

Open AaronFriel opened this issue 3 years ago • 2 comments

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/[email protected]: 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 avatar Sep 08 '22 04:09 AaronFriel

@AaronFriel thanks for reporting.

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

ianaya89 avatar Sep 09 '22 14:09 ianaya89

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?

ianaya89 avatar Mar 21 '23 00:03 ianaya89