Skip to content

Failed import with go 1.13+ #1450

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

Closed
Elojah opened this issue Aug 24, 2020 · 1 comment
Closed

Failed import with go 1.13+ #1450

Elojah opened this issue Aug 24, 2020 · 1 comment

Comments

@Elojah
Copy link

Elojah commented Aug 24, 2020

Hello,

I'm trying to upgrade a project to redis v8 with context, i use go 1.13 on my machine and go 1.13 is specified in go.mod

> go mod tidy

	github.com/dgryski/go-rendezvous tested by
	github.com/dgryski/go-rendezvous.test imports
	hash/maphash: malformed module path "hash/maphash": missing dot in first path element

related to golang/go#40067

Does this mean go-redis v8 can't be imported with go 1.13+ ?

Thanks

@vmihailenco
Copy link
Collaborator

Please try v8.0.0-beta.8. This should be already fixed by dgryski/go-rendezvous@9f7001d

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