mirror of https://github.com/pulumi/pulumi.git
29bf5d694b
<!--- 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). |
||
---|---|---|
.. | ||
dependency_graph.go | ||
dependency_graph_rapid_test.go | ||
dependency_graph_test.go | ||
doc.go |