Created attachment 212228 [details] patch The attached patch adds the 'gomod-vendor-diff' target that tells the user what changes are needed in GH_TUPLE. This is in addition to the existing 'gomod-vendor' target that shows the user the whole new GH_TUPLE. Sometimes there are no differences, or very few differences, and the new target ' gomod-vendor-diff' can show this to the user.
A commit references this bug: Author: dmgk Date: Sun Mar 8 13:30:33 UTC 2020 New revision: 528031 URL: https://svnweb.freebsd.org/changeset/ports/528031 Log: Mk/Uses/go.mk: Add the gomod-vendor-diff target Add the 'gomod-vendor-diff' target that tells the user what changes are needed in GH_TUPLE. This is in addition to the existing 'gomod-vendor' target that shows the user the whole new GH_TUPLE. PR: 244660 Submitted by: yuri Changes: head/Mk/Uses/go.mk
Committed with some changes, thanks!