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

go 1.14 install failed #340

Open
yhyf opened this issue Mar 23, 2020 · 2 comments
Open

go 1.14 install failed #340

yhyf opened this issue Mar 23, 2020 · 2 comments

Comments

@yhyf
Copy link

yhyf commented Mar 23, 2020

go get -u github.com/ponzu-cms/ponzu/...
like this :
go: github.com/ponzu-cms/ponzu/system/item imports
github.com/blevesearch/bleve imports
github.com/blevesearch/bleve/index/scorch imports
github.com/etcd-io/bbolt: github.com/etcd-io/bbolt@v1.3.4: parsing go.mod:
module declares its path as: go.etcd.io/bbolt
but was required as: github.com/etcd-io/bbolt

I would appreciate it if you could help me with it

@nilslice
Copy link
Contributor

Hi @yhyf -

This is probably a good time to finally swap out the dependency on BoltDB with the drop-in replacement Bbolt.

If you are interested in trying this out, a global search & replace of:
github.com/boltdb/bolt

with:
github.com/etcd-io/bbolt

should do the trick... let me know if that helps! If you'd like to make a pull request including this change (assuming it works), that would be great!

@yhyf
Copy link
Author

yhyf commented Mar 23, 2020

It`s github.com/etcd-io/bbolt package fault,in that package exists go.mod , but in go.mod named that package as go.etcd.io/bbolt

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

2 participants