Block a user
Generate group-review/go.sum
Build all modules and in obs directly from this repo
Yes, it uses go mod vendor. Maybe with a top level go.mod and sums file go mod vendor would have no reason to copy the local path as it is not a different go.mod anymore?
In https://src.opensuse…
Build all modules and in obs directly from this repo
Rebased and added go.sum file that was missing which fixed vendoring for one module.
WIP: Build all go modules each in a subpackage
Build in obs directly from this repo
Doh. Go allows multiple binaries in a module. So you can structure it so the root contains one go module then the common code will not be copied during vendoring. Downside is that outside imports…
Build in obs directly from this repo
That problem also exists in the current packaging. obs-go-modules can not currently exclude. I'm not sure about go itself, maybe there is a way to rearrange stuff so go can be clever, my guess is…
Build in obs directly from this repo