golang / dep

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

primary readme has bad link for windows tarball named " #2230

Closed keithfree closed 3 years ago

keithfree commented 4 years ago

There is a bad link on the master branch readme (https://github.com/golang/dep/blob/master/README.md) in the section for Windows users looking to download dep.

The link is bolded in this sentence below and currently points to https://go.equinox.io/github.com/golang/dep/cmd/dep which returns a 404 code

tet3 commented 4 years ago

There are Win executables listed on releases.

I don't know well enough whether they are the correct replacement, to submit a PR, but they're there. It's also available via chocolatey.

mvdan commented 3 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!