You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
related to golang/go#40067
Does this mean go-redis v8 can't be imported with go 1.13+ ?
Thanks
The text was updated successfully, but these errors were encountered: