OK, but what are the advantages for others?
For my projects I use modules (locally) to have a list of dependencies with a checksum so builds could be reproducible. This works for remote packages with and without go.mod. What is the actual value for other users? Is this about versioning (semantic versioning)? Or is it easier to checksum?
Thanks
Patrick