This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
dep ensure -add
waits for a long time without any feedback #1202
Closed
Description
What version of dep
are you using (dep version
)?
v0.3.1-27-gfcbc4be
What dep
command did you run?
$ time dep ensure -v -add gopkg.in/src-d/go-git.v4
<-------- LONG WAIT HERE WITHOUT ANY FEEDBACK------->
Root project is "github.com/darkowlzz/go-git-foo"
1 transitively valid internal packages
1 external packages imported from 1 projects
....
"gopkg.in/src-d/go-git.v4" is not imported by your project, and has been temporarily added to Gopkg.lock and vendor/.
If you run "dep ensure" again before actually importing it, it will disappear from Gopkg.lock and vendor/.
real 1m33.095s
user 0m3.245s
sys 0m3.689s
What did you expect to see?
Some feedback about what's happening. Maybe a message that it's fetching the source.
What did you see instead?
Nothing.