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

godep save error: go/src/golang.org/x/crypto/acme" is not using a known version control system #2221

Closed ZacZelner closed 3 years ago

ZacZelner commented 4 years ago

What version of Go are you using (go version)?

$ go version go version go1.13.4 darwin/amd64

$ godep version godep v80 (darwin/amd64/go1.13.4)

Does this issue reproduce with the latest release?

Downloading the latest Crypto from golang/crypto

error:

zac$ godep save godep: dirty working tree (please commit changes): /Users/zac/go/src/github.com/astaxie/beego godep: dirty working tree (please commit changes): /Users/zac/go/src/github.com/astaxie/beego/config godep: dirty working tree (please commit changes): /Users/zac/go/src/github.com/astaxie/beego/context godep: dirty working tree (please commit changes): /Users/zac/go/src/github.com/astaxie/beego/context/param godep: dirty working tree (please commit changes): /Users/zac/go/src/github.com/astaxie/beego/grace godep: dirty working tree (please commit changes): /Users/zac/go/src/github.com/astaxie/beego/logs godep: dirty working tree (please commit changes): /Users/zac/go/src/github.com/astaxie/beego/session godep: dirty working tree (please commit changes): /Users/zac/go/src/github.com/astaxie/beego/toolbox godep: dirty working tree (please commit changes): /Users/zac/go/src/github.com/astaxie/beego/utils godep: error while inspecting "/Users/zac/go/src/golang.org/x/crypto/acme": directory "/Users/zac/go/src/golang.org/x/crypto/acme" is not using a known version control system godep: error while inspecting "/Users/zac/go/src/golang.org/x/crypto/acme/autocert": directory "/Users/zac/go/src/golang.org/x/crypto/acme/autocert" is not using a known version control system godep: error loading dependencies

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!