Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go get giving errors about unknown gists #19

Closed
justincormack opened this issue Sep 6, 2016 · 4 comments
Closed

go get giving errors about unknown gists #19

justincormack opened this issue Sep 6, 2016 · 4 comments

Comments

@justincormack
Copy link

I am getting errors trying to go get this package. These come from glycerine/go-goon but I can't open issues against that...

go get github.com/glycerine/bambam
package github.com/shurcooL/go/gists/gist6418290: cannot find package "github.com/shurcooL/go/gists/gist6418290" in any of:
    /usr/local/go/src/github.com/shurcooL/go/gists/gist6418290 (from $GOROOT)
    /Users/justin/go/src/github.com/shurcooL/go/gists/gist6418290 (from $GOPATH)
package github.com/shurcooL/go/gists/gist6418462: cannot find package "github.com/shurcooL/go/gists/gist6418462" in any of:
    /usr/local/go/src/github.com/shurcooL/go/gists/gist6418462 (from $GOROOT)
    /Users/justin/go/src/github.com/shurcooL/go/gists/gist6418462 (from $GOPATH)
@glycerine
Copy link
Owner

works for me. try with -u ?

$ go get -t -u -v github.com/glycerine/bambam
go get -t -u -v github.com/glycerine/bambam
github.com/glycerine/bambam (download)
github.com/glycerine/go-goon (download)
package github.com/shurcooL/go/gists/gist6418290: directory "/Users/jaten/src/github.com/shurcooL/\
go/gists/gist6418290" is not using a known version control system
package github.com/shurcooL/go/gists/gist6418462: directory "/Users/jaten/src/github.com/shurcooL/\
go/gists/gist6418462" is not using a known version control system
github.com/glycerine/goconvey (download)
github.com/jtolds/gls (download)

@glycerine
Copy link
Owner

oh I see. Those gists went away, but I have them cached. hmm...

@glycerine
Copy link
Owner

I pushed a change to refer to github.com/shurcooL/go-goon instead of my fork. lmk if it works for you now.

@justincormack
Copy link
Author

Yes thanks that is fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants