Golang Dep无法读取元数据

时间:2018-08-02 03:33:28

标签: go dep

我使用以下命令:

dep init -gopath -v

在我的小径上,像这样:

gopath/src/aaa.com/bbb/ccc.v2

在我的代码中,导入为:

import ("aaa.com/bbb/ccc.v2")

最终得到了这个:

init failed: unable to determine direct dependencies: unable to deduce 
repository and source type for "aaa.com/bbb/ccc.v2": unable to 
read metadata: unable to fetch raw metadata: failed HTTP request to URL 
"http://aaa.com/bbb/ccc.v2?go-get=1": Get http://aaa.com/bbb/ccc.v2?go-get=1: context canceled

实际上,aaa.com不存在,它只是我的gopath中的一个目录

即使我指定了-gopath参数,为什么dep仍然请求网络获取元数据?

0 个答案:

没有答案