Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Error installing buffalo. #111

Closed
curtisallen opened this issue Jan 11, 2017 · 3 comments
Closed

Error installing buffalo. #111

curtisallen opened this issue Jan 11, 2017 · 3 comments

Comments

@curtisallen
Copy link

I have a proper gopath setup (I'm a go developer). I'm unable to install buffalo

~ go version
go version go1.7.1 darwin/amd64
~ echo $GOPATH
/Users/callen/src
~ go get -u github.com/gobuffalo/buffalo/buffalo
package github.com/mattn/go-zglob/fastwalk: cannot find package "github.com/mattn/go-zglob/fastwalk" in any of:
	/Users/callen/.gimme/versions/go1.7.1.darwin.amd64/src/github.com/mattn/go-zglob/fastwalk (from $GOROOT)
	/Users/callen/src/src/github.com/mattn/go-zglob/fastwalk (from $GOPATH)

Looks like mattn/go-zglob@760b124 is the culprit

@markbates
Copy link
Member

Looks like @mattn broke his package a few minutes ago. Looks like he's missing a sub package that he's referencing.

I'll open an issue on his repo.

markbates referenced this issue in mattn/go-zglob Jan 11, 2017
@markbates
Copy link
Member

Looks like @mattn fixed this. So it should be good now.

@curtisallen
Copy link
Author

Confirmed able to go get buffalo now thanks!

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

No branches or pull requests

2 participants