I created 17 review requests and a PR to split current golang-cloud-google into modules. This is required in order to update other packages required by Google's SDK.
The plan is:
- have all this reviewed & approved
- build all modules in bootstrap mode to avoid cyclic dependencies
and major issues in other packages. Building in bootstrap mode will make no package to be affected by a module not being available. 3) build all modules in non-bootstrap mode 4) fix issues
I reviewed and approved the packages, so I think you can soon make progress on this.