it is generated based on the embedded go.mod using obs-service-go_modules. pretty standard like with any other go module packaging.
It was regenerated because the vendoring depends on the go version. with go 1.13 it has different dependencies. also the previous tarball never worked as it was never used.
This is cool..but...we now have a _service file stating where the tarball comes from..but, where does the vendor.tar.gz come from?
it is generated based on the embedded go.mod using obs-service-go_modules. pretty standard like with any other go module packaging.
It was regenerated because the vendoring depends on the go version. with go 1.13 it has different dependencies. also the previous tarball never worked as it was never used.