This idea is to remove the record from the glide.yaml file while keeping the record in the glide.lock file.
The subpackages from the glide.yaml used to be used as part of the rebuild command for the setup prior to the GO15VENDOREXPERIMENT. That command is no longer needed (instead go install should be used).
Thoughts @technosophos?
This idea is to remove the record from the
glide.yamlfile while keeping the record in theglide.lockfile.The
subpackagesfrom theglide.yamlused to be used as part of therebuildcommand for the setup prior to theGO15VENDOREXPERIMENT. That command is no longer needed (insteadgo installshould be used).Thoughts @technosophos?