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
$ 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
The text was updated successfully, but these errors were encountered:
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?
Pulumi version
n/a
Provider version
n/a
Steps to reproduce
Run:
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
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: