ponzu
ponzu copied to clipboard
ponzu 0.11.0 fails to build
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)```
Duplicate of #342
@ragouel most packages are now using go modules you can create folders /ponzu_projects/test at the terminal: /ponzu_projects> go mod init test cd test /ponzu_projects/test> go get -u github.com/ponzu-cms/ponzu/... is expected to work correctly