Previously, this would error because go mod tidy was called with a go.mod file that contained replace github.com/upstream/upstream-provider => ../upstream but the upstream provider directory wasn't populated or correct, since make upstream hadn't been called yet.
Previously, this would error because
go mod tidy
was called with ago.mod
file that containedreplace github.com/upstream/upstream-provider => ../upstream
but the upstream provider directory wasn't populated or correct, sincemake upstream
hadn't been called yet.Fixes #172 Fixes https://github.com/pulumi/pulumi-external/issues/23
I have used this branch to generate https://github.com/pulumi/pulumi-external/pull/48.