[SOLVED]Unable to install with `brew install hugo --HEAD

Wanted to try the recent fixes you made with the race condition, @bep, as well as maybe check out _index.md for nodes…

Here is the terminal:

Updating /Users/ryanwatters/Library/Caches/Homebrew/hugo--gopkg.in-yaml.v2--git
==> Checking out revision 31c299268d302dd0aa9a0dcf765a3d58971ac83f
==> go build -o /usr/local/Cellar/hugo/HEAD-3a86aba/bin/hugo main.go
Last 15 lines from /Users/ryanwatters/Library/Logs/Homebrew/hugo/01.go:
2016-11-03 18:02:53 -0500

go
build
-o
/usr/local/Cellar/hugo/HEAD-3a86aba/bin/hugo
main.go

src/github.com/spf13/hugo/hugolib/gitinfo.go:21:2: cannot find package "github.com/bep/gitmap" in any of:
	/private/tmp/hugo-20161103-2165-1m7l3oi/src/github.com/spf13/hugo/vendor/github.com/bep/gitmap (vendor tree)
	/usr/local/Cellar/go/1.7.3/libexec/src/github.com/bep/gitmap (from $GOROOT)
	/private/tmp/hugo-20161103-2165-1m7l3oi/src/github.com/bep/gitmap (from $GOPATH)

READ THIS: https://git.io/brew-troubleshooting
If reporting this issue please do so at (not Homebrew/brew):
  https://github.com/Homebrew/homebrew-core/issues

[[EDIT]] I should note that just using brew install hugo works without issue, so maybe this isn’t worth addressing since that’s the nature of installing the dev version…

Brew is not my thing (but I guess they must keep track of the new dependencies in Hugo), but I would say that the “node” changes is in a PR branch in my tree … and not ready for testing yet. It will break any site.

I would, however, recommend go get to get the latest Hugo.

Done and done. This fixed the issues I was having. Appreciate it!