pulumi/pkg
Thomas Kappler cc159adab0 Generate input usage doc comments in a Go 1.19-compatible way. 2022-08-12 11:20:27 -07:00
..
authhelpers Add support for authentication via GOOGLE_CREDENTIALS (#6379) 2022-06-07 16:02:08 +01:00
backend Reformat all Go code with gofmt 1.19 to avoid linter failures. 2022-08-12 11:20:27 -07:00
cmd/pulumi Reformat all Go code with gofmt 1.19 to avoid linter failures. 2022-08-12 11:20:27 -07:00
codegen Generate input usage doc comments in a Go 1.19-compatible way. 2022-08-12 11:20:27 -07:00
engine Reformat all Go code with gofmt 1.19 to avoid linter failures. 2022-08-12 11:20:27 -07:00
graph Update error handling (#8406) 2021-11-12 18:37:17 -08:00
operations Reformat all Go code with gofmt 1.19 to avoid linter failures. 2022-08-12 11:20:27 -07:00
resource Reformat all Go code with gofmt 1.19 to avoid linter failures. 2022-08-12 11:20:27 -07:00
secrets Fix orphan bulk decrypt traces (#10037) 2022-07-18 09:36:31 -04:00
testing/integration Reformat all Go code with gofmt 1.19 to avoid linter failures. 2022-08-12 11:20:27 -07: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 chore: Move aaronfriel/ssh-agent fork to pulumi/ssh-agent (#10367) 2022-08-12 08:07:55 -07:00
go.sum chore: Move aaronfriel/ssh-agent fork to pulumi/ssh-agent (#10367) 2022-08-12 08:07:55 -07: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.