You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
$ dep ensure -update
solve error: No valid source could be created:
failed to set up "", error Unable to retrieve local repo information failed to set up "", error Unable to update repository failed to set up "", error Unable to update repository failed to set up "", error Unable to update repository
ensure Solve(): No valid source could be created:
failed to set up "", error Unable to retrieve local repo information failed to set up "", error Unable to update repository failed to set up "", error Unable to update repository failed to set up "", error Unable to update repository
I tried deleting some of the repos in the cache:
$ for dir in $(find $GOPATH/pkg/dep/sources -maxdepth 1); do echo $dir; git -C $dir remote -v; done
/Users/twilkie/Documents/pkg/dep/sources/git---git.colasdn.top-kr-logfmt
origin git://github.com/kr/logfmt (fetch)
origin git://github.com/kr/logfmt (push)
/Users/twilkie/Documents/pkg/dep/sources/git---git.colasdn.top-sercand-kuberesolver
origin git://github.com/sercand/kuberesolver (fetch)
origin git://github.com/sercand/kuberesolver (push)
/Users/twilkie/Documents/pkg/dep/sources/git-gopkg.in-inf.v0
origin git://github.com/go-inf/inf (fetch)
origin git://github.com/go-inf/inf (push)
...