Skip to content
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

ponzu 0.11.0 fails to build #347

Open
dkiziridis opened this issue May 20, 2020 · 2 comments
Open

ponzu 0.11.0 fails to build #347

dkiziridis opened this issue May 20, 2020 · 2 comments

Comments

@dkiziridis
Copy link

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
Copy link

Duplicate of #342

@amznms
Copy link

amznms commented Aug 15, 2020

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants