pulumi/pkg/resource/stack
bors[bot] f7ad50317f
Merge #12197
12197: deps: Upgrade to pgregory.net/rapid v0.5 r=abhinav a=abhinav

The 0.5 release of rapid exposes a generics-based API
instead of `interface{}` and casting everywhere.
This makes for much cleaner usage.

There are a handful of cases where strongly typed generators,
e.g. `Generator[bool]`, need to be turned into `interface{}` (`any`),
which is doable with `AsAny()`.

API changes:
The only non-test changes to the SDK package are in
go/common/resource/testing, which contains testing utiltiies.
Functions that previously returned the old, untyped `Generator`
now return a strongly typed `Generator[T]`.


Co-authored-by: Abhinav Gupta <abhinav@pulumi.com>
2023-02-25 04:38:10 +00:00
..
testdata [secrets] Fix + refactor bulk decryption. (#9039) 2022-02-25 08:51:52 -08:00
checkpoint.go pkg/resource: Prefer Assertf in some subpackages 2023-02-21 15:13:48 -08:00
checkpoint_test.go all: Drop ioutil 2023-01-06 16:35:14 -08:00
deployment.go pkg/resource: Prefer Assertf in some subpackages 2023-02-21 15:13:48 -08:00
deployment_test.go deps: Upgrade to pgregory.net/rapid v0.5 2023-02-16 12:04:07 -08:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
plan.go Remove checked inputs from Plans 2022-09-02 13:24:22 +01:00
secrets.go Move SecretsProvider to pkg/secrets 2023-01-12 19:03:29 +00:00
secrets_test.go all: Drop ioutil 2023-01-06 16:35:14 -08:00