Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-vcs/hub: use vendored modules, not from network(!)
On platforms without network-sandbox (or with it disabled), we get: [...] # get https://proxy.golang.org/github.com/mitchellh/go-homedir/@v/v0.0.0-20161203194507-b8bc1bf76747.mod: 200 OK (0.229s) # get https://proxy.golang.org/gopkg.in/yaml.v2/@v/v2.0.0-20190319135612-7b8349ac747c.mod: 200 OK (0.230s) # get https://proxy.golang.org/github.com/russross/blackfriday/@v/v0.0.0-20180526075726-670777b536d3.mod: 200 OK (0.229s) [...] We need to explicitly re-give the upstream default for their GOFLAGS as our default in the eclass is overriding it. Signed-off-by: Sam James <[email protected]>
- Loading branch information