ketchuphq / ketchup

A simple CMS :tomato:
https://ketchuphq.com
Apache License 2.0
393 stars 31 forks source link

make prepare-admin prepare-vendor failed #9

Closed xu4wang closed 6 years ago

xu4wang commented 6 years ago

Hello,

I met the issue when trying to install ketchup following the README file.

Xus-MacBook-Pro:ketchup wangxu$ make prepare-admin prepare-vendor
make -C admin prepare
go get -u github.com/jteeuwen/go-bindata/...
npm install
up to date in 4.867s
go get -u github.com/kardianos/govendor
govendor sync
Error: Remotes failed for:
    Failed for "srcd.works/go-billy.v1" (failed to ping remote repo): unrecognized import path "srcd.works/go-billy.v1"
    Failed for "srcd.works/go-billy.v1/os" (failed to ping remote repo): unrecognized import path "srcd.works/go-billy.v1/os"

make: *** [prepare-vendor] Error 2
octavore commented 6 years ago

Thanks for the bug report, looks like there were some bad dependencies in the vendor.json file. Fixed in https://github.com/ketchuphq/ketchup/commit/f7747913bd9b6a92bacb93ddea2ab6fd7ef471f3!

xu4wang commented 6 years ago

Thanks for the quick response. fix confirmed.