mirror of https://github.com/pulumi/pulumi.git
977ea57247
Enable the l1-empty test for Go. This required some changes in reporting versions from the Go language host (replaced dependencies don't really have a version anymore, because they've been replaced by a local artefact and that doesn't contain any version info itself). This then cascaded that the conformance test had to be less strict about checking versions from GetDependencies because Go now returns empty versions for these local deps. |
||
---|---|---|
.. | ||
asset | ||
authhelpers | ||
backend | ||
cmd/pulumi | ||
codegen | ||
display | ||
engine | ||
graph | ||
importer | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
version | ||
workspace | ||
README.md | ||
go.mod | ||
go.sum |
README.md
pulumi/pkg
While pulumi/sdk maintains strict backwards compatibility guarantees, code under pkg/ is handled more informally: while breaking changes are still discouraged they may happen when they make sense.