mirror of https://github.com/pulumi/pulumi.git
6d2492f04b
Stacked on PR#11964, this more aggressively updates dependencies that are common between multiple go.mod files and updates dependencies of test modules. The result of this and previous PRs is: * Greater confidence that we are testing against and relying on more recently reviewed upstream dependencies * A >50% reduction in module size to download all of the dependencies of the CLI repository. This commit was created by running: ```sh (cd pkg && go get -u ./...) (cd tests && go get -u ./...) make tidy ``` |
||
---|---|---|
.. | ||
authhelpers | ||
backend | ||
cmd/pulumi | ||
codegen | ||
engine | ||
graph | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
version | ||
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.