Skip to content

Instantly share code, notes, and snippets.

@mlb5000
Created December 5, 2013 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlb5000/7799126 to your computer and use it in GitHub Desktop.
Save mlb5000/7799126 to your computer and use it in GitHub Desktop.
Heroku deploy failure
-----> Fetching custom git buildpack... done
-----> Go app detected
-----> Installing go1.2... done
-----> Running: godep go install -tags heroku ./...
Db.go:10:5: cannot find package "github.com/garyburd/redigo/redis" in any of:
/app/tmp/cache/go1.2/go/src/pkg/github.com/garyburd/redigo/redis (from $GOROOT)
/tmp/build_f743effe-0b2b-447f-9872-441080b32a59/.heroku/g/src/github.com/cy137/tfapi/Godeps/_workspace/src/github.com/garyburd/redigo/redis (from $GOPATH)
/tmp/build_f743effe-0b2b-447f-9872-441080b32a59/.heroku/g/src/github.com/garyburd/redigo/redis
main.go:5:2: cannot find package "github.com/gorilla/pat" in any of:
/app/tmp/cache/go1.2/go/src/pkg/github.com/gorilla/pat (from $GOROOT)
/tmp/build_f743effe-0b2b-447f-9872-441080b32a59/.heroku/g/src/github.com/cy137/tfapi/Godeps/_workspace/src/github.com/gorilla/pat (from $GOPATH)
/tmp/build_f743effe-0b2b-447f-9872-441080b32a59/.heroku/g/src/github.com/gorilla/pat
Db.go:7:2: cannot find package "github.com/lib/pq" in any of:
/app/tmp/cache/go1.2/go/src/pkg/github.com/lib/pq (from $GOROOT)
/tmp/build_f743effe-0b2b-447f-9872-441080b32a59/.heroku/g/src/github.com/cy137/tfapi/Godeps/_workspace/src/github.com/lib/pq (from $GOPATH)
/tmp/build_f743effe-0b2b-447f-9872-441080b32a59/.heroku/g/src/github.com/lib/pq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment