-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zap v11 was deleted #342
Comments
Yea, there's a lot of work that needs to be done to bring Ponzu up to speed with the latest in the Go modules world. Alternatively, you may be able to The dependencies are vendored into the project source - though module support is not added. |
Hi @nilslice, I have just tried installing Ponzu with the main installation method and I've faced these same issues. When trying to install using your alternate method, I am having the following issue:
Any ideas? |
@IvoPereira
After this do: |
Tried the workaround on a windows system with go1.14.3 windows/amd64 but unable to build ponzu, log attached. |
Ubuntu 20.04 LTS, golang version 1.14.6
I REALLY want to use this in the revamp of my company's website and was so excited to try it out ... only to run into this brick wall, and I am loathe to jump through a bunch of kludgy hoops to get it to work (that seems to violate the point of all of this, don't you think?). I'm curious as to how anyone with a modern version of GO is expected to adopt this as their headless CMS backend. It feels like this project is heading to the bit graveyard sigh. |
Unfortunately (for us) the original maintainer stepped down and the company that acquired the project doesn't even seem to acknowledge its existence. I have tried contacting their support and been met with canned responses (for another product!), basically a brick wall. Hopefully someone in the community with the skills can fork it, fix it, and bring it back to life. |
most packages are now using go modules |
Error: open cmd/ponzu/vendor/github.com/ponzu-cms/ponzu/content: no such file or directory EDIT: |
This at least gets the custom content types showing up: kudzu-cms@f8e2569 |
I've seen you respond with this comment in a few places, but it doesn't actually work in getting 0.11.0 to build. it still fails with the lack of zap/vXX errors. Also, |
Thanks you so much. I working on it and well done :D I re-write Dockerfile in source for support everybody else can install them quickly follow this solution ^^
Dockerfile
Script: Output is folder ./bin with binary ponzu inside |
I was trying to use the Dockerfile you posted here but encountered the error:
Is it because that I didn't set platform flag correctly? Was trying to change |
Sorry, I forgot mention the version and config for Docker You can try this reference guidline and hope them can help you ^^ |
after cloning the repo try following
|
Return error after blevesearch/zap/v11 was deleted from git.
Dependencies need to be updated
The text was updated successfully, but these errors were encountered: