-
Notifications
You must be signed in to change notification settings - Fork 190
Goad is not vendorable. #32
Comments
@nxvl Do you have any suggestions on how to fix this? Would having the bin-data files in the repo be the only solution? |
What i ended up doing was generating |
@cwaltken-edrans please review it when u have time |
Goad is not vendor-able right now due to the dependency on go-bindata bundling the lambda-function as an asset into the goad binary. |
@nxvl is it something u might want/can contribute a patch eventually? |
@gserra-olx at this point we already ditched goad from our project, so i'm afraid i won't be able to properly tests it. |
When using go as a dependency and vendoring it the following errors appears in the project:
This is related to the bin-data pre-requisite on build time, which needed and result files are ignored in .gitignore, thus not copied over to vendor/
The text was updated successfully, but these errors were encountered: