pulumi/tests/integration/empty
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
gorun chore: update and synchronize most shared deps across go modules 2023-01-24 18:23:23 -08:00
gorun_main chore: update and synchronize most shared deps across go modules 2023-01-24 18:23:23 -08:00
nodejs Remove existing lock files 2018-11-12 15:33:58 -08:00
python Add requirements.txt to all test projects 2019-08-23 15:02:58 -07:00