ponzu-cms / ponzu

Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go.
https://docs.ponzu-cms.org
BSD 3-Clause "New" or "Revised" License
5.67k stars 387 forks source link

ponzu 0.11.0 fails to build #347

Open dkiziridis opened 4 years ago

dkiziridis commented 4 years ago

Unable to build ponzu cli

OS: Arch Linux 4.20 go version go1.14.3 linux/amd64

go get -d -v ./... go build -o build ./...


package github.com/blevesearch/zap/v11: cannot find package "github.com/blevesearch/zap/v11" in any of:
    /usr/lib/go/src/github.com/blevesearch/zap/v11 (from $GOROOT)
    /home/crow/go/src/github.com/blevesearch/zap/v11 (from $GOPATH)```
coldestheart commented 4 years ago

Duplicate of #342

amznms commented 4 years ago

@ragouel most packages are now using go modules you can create folders _/ponzuprojects/test at the terminal: _/ponzuprojects> go mod init test cd test _/ponzuprojects/test> go get -u github.com/ponzu-cms/ponzu/... is expected to work correctly