pulumi/sdk/python/lib
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
..
pulumi sdk/py/stack: Original traceback in wait_for_rpcs 2023-01-18 16:30:25 -08:00
test chore: update and synchronize most shared deps across go modules 2023-01-24 18:23:23 -08:00
test_with_mocks [sdk/{nodejs,python}] Fix errors when testing remote components with mocks (#8053) 2021-09-24 06:08:13 -07:00
setup.py Bumps grpcio to version 1.50 2022-12-21 08:45:21 -05:00