Failure message:
[WARN] Unable to checkout Golang.org/x/net
[ERROR] Update failed for Golang.org/x/net:cannot detect VCS
[WARN] Unable to checkout Golang.org/x/sys
[ERROR] Update failed for Golang.org/x/sys:cannot detect VCS
[WARN] Unable to checkout Golang.org/x/text
[ERROR] Update failed for Golang.org/x/text:cannot detect VCS
To resolve by setting the golang.org image to Github.com/golang
1$ Glide mirrorSetHttps//Golang.org/x/mobileHttps://github.com/golang/mobile--vcs git2$ Glide mirrorSetHttps//Golang.org/x/cryptoHttps://github.com/golang/crypto--vcs git3$ Glide mirrorSetHttps//golang.org/x/nethttps://github.com/golang/net--vcs git4$ Glide mirrorSetHttps//Golang.org/x/toolsHttps://github.com/golang/tools--vcs git5$ Glide mirrorSetHttps//Golang.org/x/textHttps://github.com/golang/text--vcs git6$ Glide mirrorSetHttps//Golang.org/x/imageHttps://github.com/golang/image--vcs git7$ Glide mirrorSetHttps//Golang.org/x/sysHttps://github.com/golang/sys--vcs git
Glide Install failed Update failed for Golang.org/x/net:cannot detect VCS