Earlier quoted context omitted.
Note that none of the vgo precursors (or currently vgo itself) have been official Go tools. dep, for example, is an experiment . Tools have certainly existed, sure. And they continue to exist. But they have not been official Go tools.
The irony is that dep was an implementation of a widely used and well tested pattern, and that vgo is essentially a new paradigm which has been accepted after just a proposal rather than a full-blown experiment. This particular problem has been obvious since Go was first open sourced, and the way the solution is being managed is a pain in the ass.
All I can say is A) I hope it’s a good technical approach and B) I hope it doesn’t result in some kind of massive chasm.