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

Support go modules #28

Closed
wants to merge 1 commit into from
Closed

Support go modules #28

wants to merge 1 commit into from

Conversation

bkda
Copy link

@bkda bkda commented Apr 12, 2021

@bkda
Copy link
Author

bkda commented Apr 12, 2021

github.com/coreos/[email protected]: parsing go.mod:
module declares its path as: go.etcd.io/bbolt
     but was required as: github.com/coreos/bbolt

By the way, if go build got the above error message, the users should add this into go.mod, it seems that etcd affects all users who use it. 🤔

replace (
	github.com/coreos/bbolt => go.etcd.io/bbolt v1.3.4
	google.golang.org/grpc => google.golang.org/grpc v1.26.0
)

@ldemailly
Copy link

see also #25 - fortio's version works with modules

@bkda bkda closed this Apr 13, 2021
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

Successfully merging this pull request may close these issues.

2 participants