golang / dep

Go dependency management tool experiment (deprecated)

Home Page:https://golang.github.io/dep/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ZacZelner opened this issue · comments

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

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!