golang / dep

Go dependency management tool experiment (deprecated)
https://golang.github.io/dep/
BSD 3-Clause "New" or "Revised" License
12.85k stars 1.05k forks source link

proxyconnect tcp: dial tcp: lookup socks5: no such host #2215

Closed binlihpu closed 4 years ago

binlihpu commented 4 years ago

What version of dep are you using (dep version)?

0.3.2

What dep command did you run?

dep ensure -update -v

What did you expect to see?

normal update

What did you see instead?

dep: WARNING: Unknown field in manifest: prune The following issues were found in Gopkg.toml:

✗ unable to deduce repository and source type for "sourcegraph.com/sourcegraph/appdash": unable to read metadata: unable to fetch raw metadata: failed HTTP request to URL "http://sourcegraph.com/sourcegraph/appdash?go-get=1": Get http://sourcegraph.com/sourcegraph/appdash?go-get=1: proxyconnect tcp: dial tcp: lookup socks5: no such host

mvdan commented 4 years ago

Dep was officially deprecated earlier this year, and the proposal to archive this repository was accepted. As such, I'm closing outstanding issues before archiving the repository. For any further comments, please use the proposal thread on the Go issue tracker. Thanks!