pulumi/sdk
Fraser Waters 977ea57247
Enable the l1-empty test for Go (#16686)
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.
2024-07-17 13:15:07 +00:00
..
go Enable the l1-empty test for Go (#16686) 2024-07-17 13:15:07 +00:00
nodejs Support `--remove` for `destroy` in the Go, NodeJS and Python Automation API SDKs (#16674) 2024-07-17 09:07:30 +00:00
proto/go implement engine support for invoke transforms (#16559) 2024-07-11 16:01:44 +00:00
python Support `--remove` for `destroy` in the Go, NodeJS and Python Automation API SDKs (#16674) 2024-07-17 09:07:30 +00:00
.version Freeze 3.124.1 (#16643) 2024-07-12 11:12:34 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Query language runtime for options during “pulumi new” (#16346) 2024-06-17 17:10:55 +00:00
go.sum Query language runtime for options during “pulumi new” (#16346) 2024-06-17 17:10:55 +00:00
version.go Move .version to /sdk and embed it (#15185) 2024-01-19 14:11:17 +00:00

README.md

Pulumi Language SDKs

This directory contains Pulumi SDKs for the following languages:

See the respective READMEs for information about installing and using these libraries.

The language providers work by implementing gRPC interfaces defined in the top level directory proto.