pulumi/tests/integration/construct_component_methods
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 [sdk/nodejs] Support for calling methods (#7377) 2021-07-07 16:03:56 -07:00
python [sdk/python] Handle unknown results from methods (#7677) 2021-07-29 11:11:52 -07:00
testcomponent Initial support for resource methods (authoring from Node.js, calling from Python) (#7363) 2021-06-30 07:48:56 -07:00
testcomponent-go Engine and Golang support for shimless providers 2022-11-14 11:25:41 +00:00
testcomponent-python Replace the use of pipenv with Python's venv (#8548) 2021-12-07 07:59:07 -08:00