is there a way to use `replace` in a Golang Pulumi...
# general
l
is there a way to use
replace
in a Golang Pulumi project (go.mod) Pulumi returns me the following error when pointing to a local path for a module (Pulumi component)
Copy code
file "pulumi/plugin.proto" has a name conflict over pulumirpc.PluginDependency
using golang workspaces seems to render the same error