pulumi/pkg/resource/graph
Fraser Waters 29bf5d694b
Replace ResourceSet with a generic set type (#14724)
<!--- 
Thanks so much for your contribution! If this is your first time
contributing, please ensure that you have read the
[CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md)
documentation.
-->

# Description

<!--- Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context. -->

We've got a few "Set" types written up from before generics. We should
be able to replace them all with just one generic set container now.
This replaces `graph.ResourceSet` (which is only used in pkg) with a
generic set type (github.com/deckarep/golang-set).
2023-12-03 23:20:43 +00:00
..
dependency_graph.go Replace ResourceSet with a generic set type (#14724) 2023-12-03 23:20:43 +00:00
dependency_graph_rapid_test.go Replace ResourceSet with a generic set type (#14724) 2023-12-03 23:20:43 +00:00
dependency_graph_test.go Replace ResourceSet with a generic set type (#14724) 2023-12-03 23:20:43 +00:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00