Created
December 5, 2013 02:17
-
-
Save mlb5000/7799126 to your computer and use it in GitHub Desktop.
Heroku deploy failure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----> 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