Created
March 8, 2015 11:10
-
-
Save aeden/20154695ed620b2b4a56 to your computer and use it in GitHub Desktop.
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
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