pulumi-checkly
pulumi-checkly copied to clipboard
bug: go.mod module name incorrectly uses `github.com/pulumi/checkly` name.
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 thanks for reporting.
@pilimartinez @nahuelon can you take a look at this?
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?