-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
version 6.15.3+ is not usable with Go modules #1149
Comments
Works for me. Could you send a PR to the v6 branch? |
Or maybe it's caused by the new |
oran-osc-github
pushed a commit
to o-ran-sc/ric-plt-sdlgo
that referenced
this issue
Aug 17, 2020
Take newer Redis client version 6.15.9 into use from: https://github.com/go-redis/redis Reasoning was to get bug fixes, especially fix for this one: redis/go-redis#1149 Updated also go.sum file after running 'go mod tidy' command. Signed-off-by: Timo Tietavainen <[email protected]> Change-Id: I694282e669a9ae70040e9d95ea0c19d8c94bceea
This was referenced Jan 6, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm opening a new issue, because the problem is slightly different.
Before v6.15.2, the repository didn't use Go module, but it was usable in a project using Go modules.
Since v6.15.3, the repository contains a
go.mod
file that doesn't respect the Go module rules.Since Go 1.13, the Go module rules are stricter.
You can't install anymore v6.15.3 and v6.15.4 with Go 1.13 (FYI it will be released very soon)
I've opened an issue about this golang/go#34005 and they confirmed that the issue is on go-redis side.
I see a simple solution: remove entirely the Go module support from v6, and release a new tag v6.15.5.
It seems that v7 is using the Go module correctly, but it's still in beta.
WDYT ?
The text was updated successfully, but these errors were encountered: