On Sat, May 18, 2019 at 09:39:47AM -0400, Antoine Jacoutot wrote: > I talking about this: https://golang.org/cmd/go/#hdr-Vendor_Directories > > Usually go softwares require a particular version of their dependencies and > this isn’t really manageable in ports where it a common dependencies may be > required by some go ports but with a different version.
You might want to look at other go ports having similar issues, ie grafana, telegraf & influxdb.. there's a "special" target to create a full tarball with sources for the vendored dependencies when upstream doesnt care about doing things correctly. Yes, it's convoluted & complicated, but it works.
