Skip to content

Instantly share code, notes, and snippets.

@aeden
Created March 8, 2015 11:10
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 aeden/20154695ed620b2b4a56 to your computer and use it in GitHub Desktop.
Save aeden/20154695ed620b2b4a56 to your computer and use it in GitHub Desktop.
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Fetching custom git buildpack... done
remote: -----> Go app detected
remote: -----> Installing go1.4.1... done
remote: -----> Running: godep go install -tags heroku ./...
remote: service.go:7:2: cannot find package "github.com/miekg/dns" in any of:
remote: /app/tmp/cache/go1.4.1/go/src/github.com/miekg/dns (from $GOROOT)
remote: /tmp/build_85352959ffbe30770226bc78d7259c76/.heroku/g/src/github.com/aetrion/zonestatus/Godeps/_workspace/src/github.com/miekg/dns (from $GOPATH)
remote: /tmp/build_85352959ffbe30770226bc78d7259c76/.heroku/g/src/github.com/miekg/dns
remote: godep: go exit status 1
remote:
remote: ! 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