mirror of https://github.com/pulumi/pulumi.git
920e928886
This doesn't really effect anything with our current usage, but if we ever put proto files in another package and try to import the current set it wouldn't actually be able to find them. I noticed this while working on https://github.com/pulumi/pulumi/pull/10792 where I added a new "pulumirpc.engine" package. The proto file could refer to things like "pulumirpc.PluginDependency" but the go code then tried to import it like `_go "github.com/pulumi/pulumi/v3/proto/go/pulumirpc"` which isn't actually the correct import path (missing the sdk folder part, and there isn't acutally a folder called pulumirpc). |
||
---|---|---|
.. | ||
go |