pulumi/sdk/go/common/util
Pat Gavlin 44376738f6
Add resource modules. (#5645)
This is necessary due to the way we've factored the libraries imported
by users into modules. The primary alternative is to ensure that each
child module imports the root module for a package and registers itself
with that package where necessary to prevent circular dependencies. This
simplifies the core SDKs slightly at the cost of greater complications
in the generated SDKs; the approach taken by these changes seems like a
more maintainable option.

Contributes to #2430.

Co-authored-by: Justin Van Patten <jvp@justinvp.com>
2020-11-04 10:24:41 -08:00
..
archive Add resource modules. (#5645) 2020-11-04 10:24:41 -08:00
buildutil Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
ciutil add initial pull-request workflow (#5276) 2020-09-09 13:37:03 -07:00
cmdutil Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
contract Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
deepcopy Protect against engine event mutation. (#5003) 2020-07-16 23:52:31 -07:00
executable Protect against panic in finding go executable and finding resources (#5548) 2020-10-11 07:13:54 +01:00
fsutil Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
gitutil Fixed issue #5014 (Missing Pulumi console tags on Windows) (#5406) 2020-09-25 15:04:18 +01:00
httputil add initial pull-request workflow (#5276) 2020-09-09 13:37:03 -07:00
logging Removing the need for vendoring (#4167) 2020-03-25 15:57:46 -07:00
mapper Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
result move pkg/util/result -> sdk/go/common/util 2020-03-18 15:45:42 -07:00
retry move pkg/util/retry -> sdk/go/common/util/retry 2020-03-18 15:47:01 -07:00
rpcutil update channel options in go 2020-04-23 11:16:36 -07:00