constabulary/gb

Go get fails

Closed this issue · 2 comments

GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/Bart/go"
GORACE=""
GOROOT="/usr/local/Cellar/go/1.7.4_2/libexec"
GOTOOLDIR="/usr/local/Cellar/go/1.7.4_2/libexec/pkg/tool/darwin_amd64"
CC="clang"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/_v/djwxpt3s5ss8dtz2939y09540000gn/T/go-build888858511=/tmp/go-build -gno-record-gcc-switches -fno-common"
CXX="clang++"
CGO_ENABLED="1"

Running the go get command on the repo fails in this error:

 ~  go get github.com/constabulary/gb/...

# github.com/constabulary/gb
go/src/github.com/constabulary/gb/resolver.go:86: undefined: "github.com/pkg/errors".WithStack
go/src/github.com/constabulary/gb/resolver.go:90: undefined: "github.com/pkg/errors".WithStack
go/src/github.com/constabulary/gb/resolver.go:94: undefined: "github.com/pkg/errors".WithStack

Ahh didn't think of that. using the -u flag fixed it! thanks