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 get fail #45

Open
mk1010 opened this issue Mar 2, 2021 · 1 comment
Open

go get fail #45

mk1010 opened this issue Mar 2, 2021 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@mk1010
Copy link

mk1010 commented Mar 2, 2021

What happened:go get fail

What you expected to happen:go get success

How to reproduce it (as minimally and precisely as possible): go get github.com/dubbogo/gost@v1.11.1

Anything else we need to know?:go get github.com/dubbogo/gost@v1.11.1
go get: github.com/dubbogo/gost@v1.11.1 requires
github.com/coreos/bbolt@v0.0.0-00010101000000-000000000000: invalid version: unknown revision 000000000000

@LaurenceLiZhixin
Copy link
Contributor

LaurenceLiZhixin commented Mar 12, 2021

You can do this replacement in your go.mod
replace(
github.com/coreos/bbolt => go.etcd.io/bbolt v1.3.4
)
and go mod tidy again

@AlexStocks AlexStocks added the good first issue Good for newcomers label Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants