mirror of https://github.com/pulumi/pulumi.git
![]() Fixes: #4585 This was happening by default in the test framework and then again in the go language runtime Also we were replacing a module and then running go mod tidy - this is unnecessary - go mod download is sufficient here to ensure we have the correct dependency we need. The tidy may have been removing the replacements added |
||
---|---|---|
.. | ||
command.go | ||
program.go | ||
program_test.go | ||
pulumi.go | ||
s3reporter.go | ||
util.go |