Skip to content

Instantly share code, notes, and snippets.

@whatupdave
Created February 22, 2014 21:47
Show Gist options
  • Save whatupdave/9162906 to your computer and use it in GitHub Desktop.
Save whatupdave/9162906 to your computer and use it in GitHub Desktop.
Failed Heroku Go deploy
-----> Fetching custom git buildpack... done
-----> Go app detected
-----> Installing go1.2... done
-----> Running: godep go install -tags heroku ./...
lib/account_handlers.go:10:2: cannot find package "github.com/codegangsta/martini" in any of:
/app/tmp/cache/go1.2/go/src/pkg/github.com/codegangsta/martini (from $GOROOT)
/tmp/build_51524be4-fbbf-40c6-a80b-757320129dfb/.heroku/g/src/github.com/asm-products/readraptor/Godeps/_workspace/src/github.com/codegangsta/martini (from $GOPATH)
/tmp/build_51524be4-fbbf-40c6-a80b-757320129dfb/.heroku/g/src/github.com/codegangsta/martini
lib/account.go:9:2: cannot find package "github.com/coopernurse/gorp" in any of:
/app/tmp/cache/go1.2/go/src/pkg/github.com/coopernurse/gorp (from $GOROOT)
/tmp/build_51524be4-fbbf-40c6-a80b-757320129dfb/.heroku/g/src/github.com/asm-products/readraptor/Godeps/_workspace/src/github.com/coopernurse/gorp (from $GOPATH)
/tmp/build_51524be4-fbbf-40c6-a80b-757320129dfb/.heroku/g/src/github.com/coopernurse/gorp
lib/content_item_handlers.go:9:2: cannot find package "github.com/cupcake/gokiq" in any of:
/app/tmp/cache/go1.2/go/src/pkg/github.com/cupcake/gokiq (from $GOROOT)
/tmp/build_51524be4-fbbf-40c6-a80b-757320129dfb/.heroku/g/src/github.com/asm-products/readraptor/Godeps/_workspace/src/github.com/cupcake/gokiq (from $GOPATH)
/tmp/build_51524be4-fbbf-40c6-a80b-757320129dfb/.heroku/g/src/github.com/cupcake/gokiq
lib/database.go:8:2: 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_51524be4-fbbf-40c6-a80b-757320129dfb/.heroku/g/src/github.com/asm-products/readraptor/Godeps/_workspace/src/github.com/garyburd/redigo/redis (from $GOPATH)
/tmp/build_51524be4-fbbf-40c6-a80b-757320129dfb/.heroku/g/src/github.com/garyburd/redigo/redis
lib/web.go:9:2: cannot find package "github.com/jrallison/go-workers" in any of:
/app/tmp/cache/go1.2/go/src/pkg/github.com/jrallison/go-workers (from $GOROOT)
/tmp/build_51524be4-fbbf-40c6-a80b-757320129dfb/.heroku/g/src/github.com/asm-products/readraptor/Godeps/_workspace/src/github.com/jrallison/go-workers (from $GOPATH)
/tmp/build_51524be4-fbbf-40c6-a80b-757320129dfb/.heroku/g/src/github.com/jrallison/go-workers
lib/database.go:9: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_51524be4-fbbf-40c6-a80b-757320129dfb/.heroku/g/src/github.com/asm-products/readraptor/Godeps/_workspace/src/github.com/lib/pq (from $GOPATH)
/tmp/build_51524be4-fbbf-40c6-a80b-757320129dfb/.heroku/g/src/github.com/lib/pq
lib/account_handlers.go:12:2: cannot find package "github.com/technoweenie/grohl" in any of:
/app/tmp/cache/go1.2/go/src/pkg/github.com/technoweenie/grohl (from $GOROOT)
/tmp/build_51524be4-fbbf-40c6-a80b-757320129dfb/.heroku/g/src/github.com/asm-products/readraptor/Godeps/_workspace/src/github.com/technoweenie/grohl (from $GOPATH)
/tmp/build_51524be4-fbbf-40c6-a80b-757320129dfb/.heroku/g/src/github.com/technoweenie/grohl
godep: go exit status 1
! Push rejected, failed to compile Go app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment