There were some issues with hyrid vcs mode and shallow clones.
The tools have been updated to deal with those issues, so we
regenerate to pick them up.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
1. Removed rsync-native from DEPENDS (no longer copying vendor directories)
2. Removed include src_uri.inc and include relocation.inc
3. Removed SRC_URI += "file://modules.txt" (vendor/modules.txt not needed)
4. Added include go-mod-git.inc and include go-mod-cache.inc
5. Added go-mod-discovery configuration variables
6. Added inherit go-mod-discovery
7. Simplified do_compile() - removed -mod=vendor, vendor symlinks, and modules.txt copy
9. Added a patch to fix buildpaths in the binaries
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>