ponzu icon indicating copy to clipboard operation
ponzu copied to clipboard

ponzu 0.11.0 fails to build

Open dkiziridis opened this issue 5 years ago • 2 comments

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)```

dkiziridis avatar May 20 '20 10:05 dkiziridis

Duplicate of #342

coldestheart avatar Jun 02 '20 09:06 coldestheart

@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

amznms avatar Aug 15 '20 11:08 amznms