tidb作为三方库, 拉取sourcegraph/appdash-data依赖异常

【概述】 场景 + 问题概述
使用golang开发时, 将tidb库作为三方, 在拉取依赖时, 报
sourcegraph.com/sourcegraph/appdash-data@v0.0.0-20151005221446-73f23eafcf67: unrecognized import path “sourcegraph.com/sourcegraph/appdash-data”: reading https://sourcegraph.com/sourcegraph/appdash-data?go-get=1: 404 Not Found

【背景】 做过哪些操作
go.mod
require github.com/pingcap/tidb v0.0.0-20200312110807-8c4696b3f340
go mod tidy
报: sourcegraph.com/sourcegraph/appdash-data@v0.0.0-20151005221446-73f23eafcf67: unrecognized import path “sourcegraph.com/sourcegraph/appdash-data”: reading https://sourcegraph.com/sourcegraph/appdash-data?go-get=1: 404 Not Found
是不是这个代码管理库已经失效了

好吧, 看到这个提交了https://github.com/pingcap/tidb/commit/3a7bd532a26b2a9c605f0bae68442160ec3102fd

代码相关的可能在 github 能获得的交流会更多一些~

要使用仓库分支中的最新代码:go get github.com/pingcap/tidb@分支名
例子:go get github.com/pingcap/tidb@master

路径不被支持,看看是不是权限不够,或者写法不对

恩,切换到github了

此话题已在最后回复的 60 天后被自动关闭。不再允许新回复。