pulumi/sdk
bors[bot] 35c7f566c6
Merge #12755
12755: fix(host/go): Use official modfile package r=abhinav a=abhinav

Use the official golang.org/x/mod/modfile package to parse go.mod files
instead of the external copy of it.

Refs https://github.com/pulumi/pulumi/pull/12727#discussion_r1178333617


Co-authored-by: Abhinav Gupta <abhinav@pulumi.com>
2023-04-26 20:34:59 +00:00
..
go Merge #12755 2023-04-26 20:34:59 +00:00
nodejs Update sdk/nodejs/tests/automation/localWorkspace.spec.ts 2023-04-25 16:44:54 -04:00
proto/go proto/ConstructRequest: Add resource options fields 2023-04-21 10:57:19 -07:00
python proto/ConstructRequest: Add resource options fields 2023-04-21 10:57:19 -07:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod feat(go/host): Support vendored dependencies 2023-04-24 09:49:16 -07:00
go.sum feat(go/host): Support vendored dependencies 2023-04-24 09:49:16 -07: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.