Advertisement
Guest User

Untitled

a guest
Feb 15th, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -----> Go app detected
  2.  !!    
  3.  !!    'GOVERSION' isn't set, defaulting to 'go1.9.4'
  4. !!    
  5. !!    Run 'heroku config:set GOVERSION=goX.Y' to set the Go version to use
  6. !!    for future builds
  7. !!    
  8. -----> Using go1.9.4
  9. -----> Installing glide v0.12.3
  10. -----> Fetching glide-v0.12.3-linux-amd64.tar.gz... done
  11. -----> Installing hg 3.9
  12. -----> Fetching mercurial-3.9.tar.gz... done
  13. !!    Installing package '.' (default)
  14. !!    
  15. !!    To install a different package spec for the next build run:
  16. !!    
  17. !!    'heroku config:set GO_INSTALL_PACKAGE_SPEC="<pkg spec>"'
  18. !!    
  19. !!    For more details see: https://devcenter.heroku.com/articles/go-dependencies-via-glide
  20. !!    
  21. -----> Fetching any unsaved dependencies (glide install)
  22. [INFO]  Downloading dependencies. Please wait...
  23. [INFO]  --> Fetching github.com/Syfaro/telegram-bot-api.
  24. [INFO]  --> Fetching github.com/technoweenie/multipartstreamer.
  25. [INFO]  Setting references.
  26. [INFO]  --> Setting version for github.com/technoweenie/multipartstreamer to a90a01d73ae432e2611d178c18367fbaa13e0154.
  27. [INFO]  --> Setting version for github.com/Syfaro/telegram-bot-api to 5435d1d8eaf19425b40aebf050f5fda3280c00cc.
  28. [INFO]  Exporting resolved dependencies...
  29. [INFO]  --> Exporting github.com/Syfaro/telegram-bot-api
  30. [INFO]  --> Exporting github.com/technoweenie/multipartstreamer
  31. [INFO]  Replacing existing vendor dependencies
  32. -----> Running: go install -v -tags heroku .
  33. bot.go:5:2: cannot find package "github.com/Syfaro/telegram-bot-api" in any of:
  34.     /app/tmp/cache/go1.9.4/go/src/github.com/Syfaro/telegram-bot-api (from $GOROOT)
  35.     /tmp/tmp.zUwAe02sCX/.go/src/github.com/Syfaro/telegram-bot-api (from $GOPATH)
  36. !     Push rejected, failed to compile Go app.
  37. !     Push failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement