shurcooL / Go-Package-Store

An app that displays updates for the Go packages in your GOPATH.
MIT License
899 stars 29 forks source link

doesn't install #28

Closed Dieterbe closed 9 years ago

Dieterbe commented 9 years ago
~ ❯❯❯ go get -u github.com/shurcooL/Go-Package-Store
package github.com/shurcooL/Go-Package-Store
    imports azul3d.org/semver.v1
    imports github.com/google/go-github/github
    imports github.com/google/go-querystring/query
    imports github.com/shurcooL/Go-Package-Store/presenter
    imports github.com/shurcooL/go/exp/13
    imports github.com/shurcooL/go/gists/gist7802150
    imports github.com/shurcooL/go/vcs
    imports github.com/shurcooL/go/gists/gist5258650
    imports github.com/shurcooL/go/trim
    imports golang.org/x/tools/go/vcs
    imports github.com/shurcooL/go/gists/gist7480523
    imports github.com/shurcooL/go/exp/12
    imports github.com/shurcooL/go/gists/gist5504644
    imports sourcegraph.com/sourcegraph/go-vcs/vcs: unrecognized import path "sourcegraph.com/sourcegraph/go-vcs/vcs"
package github.com/shurcooL/Go-Package-Store
    imports azul3d.org/semver.v1
    imports github.com/google/go-github/github
    imports github.com/google/go-querystring/query
    imports github.com/shurcooL/Go-Package-Store/presenter
    imports github.com/shurcooL/go/exp/13
    imports github.com/shurcooL/go/gists/gist7802150
    imports github.com/shurcooL/go/vcs
    imports github.com/shurcooL/go/gists/gist5258650
    imports github.com/shurcooL/go/trim
    imports golang.org/x/tools/go/vcs
    imports github.com/shurcooL/go/gists/gist7480523
    imports github.com/shurcooL/go/exp/12
    imports github.com/shurcooL/go/gists/gist5504644
    imports sourcegraph.com/sourcegraph/vcsstore/vcsclient: unrecognized import path "sourcegraph.com/sourcegraph/vcsstore/vcsclient"
dmitshur commented 9 years ago

Hi, thanks for reporting this. I'm looking into it.

dmitshur commented 9 years ago

I've just tried restarting the Travis build and it was able to download and install Go Package Store successfully.

Perhaps this was just a temporary network problem, can you try running go get -u github.com/shurcooL/Go-Package-Store again and see if it works now?

Dieterbe commented 9 years ago

yep it works now.

dmitshur commented 9 years ago

Thanks.

/cc @sqs Any idea what could've caused this? Did sourcegraph.com servers have a blip?

sqs commented 9 years ago

I don't see any downtime, but it's possible there was a blip. If the endpoint returns HTTP 500/504, is that error message produced?

On Dec 25, 2014, at 13:52, Dmitri Shuralyov notifications@github.com wrote:

Thanks.

/cc @sqs Any idea what could've caused this? Did sourcegraph.com servers have a blip?

— Reply to this email directly or view it on GitHub.

dmitshur commented 9 years ago

I'd have to look at source of go get, but I'm guessing so.

Anyway, the issue was momentary and no longer occurs. It's normal in the world of internet that some network operations don't work the first time.

I think this can be closed now. Feel free to reopen if it occurs again or there are more thoughts on this.