mirror of https://github.com/pulumi/pulumi.git
72123b8795
Pass a context to the git clone utilities. In the future we want to be able to use them to download plugins, which should be cancellable. Pass the context through to allow this. In theory this is not backwards compatible for this API, but we've recently been allowing similar changes (e.g. in https://github.com/pulumi/pulumi/pull/17621), so I think this is okay to do. |
||
---|---|---|
.. | ||
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.