pulumi/sdk
Thomas Gummerer 9b7c9cd298 make running tests less dependent on users env
Currently running the tests using `make` depends on the user having
$GOBIN in their $PATH. We're relying on $PATH  to find the
`pulumi-language-{nodejs,python}` libraries that we're installing
using `go install` earlier. It however shouldn't be necessary to rely
on the $PATH to find those libraries, as we know where go will install
them.
2023-10-03 13:25:29 +02:00
..
go Update golang.org/x/mod (#14068) 2023-09-28 21:07:26 +00:00
nodejs make running tests less dependent on users env 2023-10-03 13:25:29 +02:00
proto/go More efficent mapping lookup (#13975) 2023-09-21 11:45:07 +00:00
python make running tests less dependent on users env 2023-10-03 13:25:29 +02:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod [sdk/go] Update pinned version of golang.org/x/text (#13965) 2023-09-19 23:02:51 +00:00
go.sum [sdk/go] Update pinned version of golang.org/x/text (#13965) 2023-09-19 23:02:51 +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.