pulumi/pkg
Ian Wahbe 4caee4cc0a
Run go mod tidy after #9797 (#9799)
* Run go mod tidy after #9797

* go mod tidy /tests
2022-06-08 07:56:50 +01:00
..
authhelpers Add support for authentication via GOOGLE_CREDENTIALS (#6379) 2022-06-07 16:02:08 +01:00
backend Fix master: test local state gzip (#9796) 2022-06-07 22:17:39 +02:00
cmd/pulumi Allow pulumi about for yaml (#9745) 2022-06-01 16:14:35 -07:00
codegen [python,nodejs] Speed up codegen tests (#9769) 2022-06-02 14:56:56 -07:00
engine Warn about missing AdditionalSecretOutputs (#9750) 2022-06-06 17:34:04 +01:00
graph Update error handling (#8406) 2021-11-12 18:37:17 -08:00
operations ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
resource Warn about missing AdditionalSecretOutputs (#9750) 2022-06-06 17:34:04 +01:00
secrets Add support for authentication via GOOGLE_CREDENTIALS (#6379) 2022-06-07 16:02:08 +01:00
testing/integration fix: Add missing OrderedConfig to integration test With method (#9786) 2022-06-07 08:57:33 -06:00
util Ensure that FormatOptions.Color is set before use in diag.defaultSink (#9334) 2022-04-01 20:22:35 +01:00
version duplicate version to ensure linking is properly handled 2020-03-19 12:49:34 -07:00
README.md export codegen tests for internal use (#8928) 2022-02-07 12:10:04 +01:00
go.mod Run go mod tidy after #9797 (#9799) 2022-06-08 07:56:50 +01:00
go.sum Run go mod tidy after #9797 (#9799) 2022-06-08 07:56:50 +01:00

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.