Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

go mod path #484

Closed
sain801028 opened this issue Mar 19, 2020 · 3 comments
Closed

go mod path #484

sain801028 opened this issue Mar 19, 2020 · 3 comments

Comments

@sain801028
Copy link

I use 6.1.1 update 6.2.0

go get: gopkg.in/rethinkdb/rethinkdb-go.v6@v6.2.0 requires
gopkg.in/cenkalti/backoff.v4@v4.0.0: parsing go.mod:
module declares its path as: github.com/cenkalti/backoff/v4
but was required as: gopkg.in/cenkalti/backoff.v4

@sain801028
Copy link
Author

I use go1.14

go get gopkg.in/rethinkdb/rethinkdb-go.v6
go: gopkg.in/rethinkdb/rethinkdb-go.v6 upgrade => v6.2.0
go get: gopkg.in/rethinkdb/rethinkdb-go.v6@v6.2.0 requires
gopkg.in/cenkalti/backoff.v4@v4.0.0: parsing go.mod:
module declares its path as: github.com/cenkalti/backoff/v4
but was required as: gopkg.in/cenkalti/backoff.v4

@sain801028
Copy link
Author

go get gopkg.in/cenkalti/backoff.v4
go get: gopkg.in/cenkalti/backoff.v4@v4.0.0: parsing go.mod:
module declares its path as: github.com/cenkalti/backoff/v4
but was required as: gopkg.in/cenkalti/backoff.v4

@CMogilko
Copy link
Member

should be fixed in 6.2.1
#485

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

No branches or pull requests

2 participants