pulumi/sdk
Aaron Friel 6d2492f04b chore: update and synchronize most shared deps across go modules
Stacked on PR#11964, this more aggressively updates dependencies that are common
between multiple go.mod files and updates dependencies of test modules.

The result of this and previous PRs is:

* Greater confidence that we are testing against and relying on more recently
  reviewed upstream dependencies
* A >50% reduction in module size to download all of the dependencies of the CLI
repository.

This commit was created by running:

```sh
(cd pkg && go get -u ./...)
(cd tests && go get -u ./...)
make tidy
```
2023-01-24 18:23:23 -08:00
..
go chore: update and synchronize most shared deps across go modules 2023-01-24 18:23:23 -08:00
nodejs chore: update and synchronize most shared deps across go modules 2023-01-24 18:23:23 -08:00
proto Update Go gRPC, require impl to embed UnimplementedXServer 2023-01-05 18:00:16 -08:00
python chore: update and synchronize most shared deps across go modules 2023-01-24 18:23:23 -08:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod chore: tidy up go.mod deps and replaces 2023-01-24 16:10:27 -08:00
go.sum chore: tidy up go.mod deps and replaces 2023-01-24 16:10:27 -08: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.