glycerine/bambam

go get giving errors about unknown gists

Closed this issue · 4 comments

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)

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)

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

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

Yes thanks that is fixed now.