openbazaar-go を heroku にデプロイするにはどうすればよいですか?
私は行くプロジェクトを手に入れましたgo get github.com/OpenBazaar/openbazaar-go
heroku git を作成しましたheroku create
git の変更をプッシュするgit push heroku master
しかし、エラーが発生します
remote: -----> Checking Godeps/Godeps.json file.
remote: parse error: Invalid numeric literal at line 2504, column 8
remote: !! Bad Godeps/Godeps.json file
remote: ! Push rejected, failed to compile Go app.
remote:
remote: ! Push failed
remote: Verifying deploy...
remote:
remote: ! Push rejected to pacific-stream-51465.
ストラクチャーゴー
github.com
└──OpenBazaar
└── openbazaar-go
└──`heroku create` (this I created git project)
このプロジェクトにはサブリポジトリがあります