Package: golang-github-go-redis-redis
Followup-For: Bug #1105989
X-Debbugs-Cc: [email protected]
I found there is version 8.11.5 already prepared in salsa without upload
since 2023:
https://salsa.debian.org/go-team/packages/golang-github-go-redis-redis
I tested to rebuild all it's reverse dependency found all of them failed:
https://salsa.debian.org/ajqlee/golang-github-go-redis-redis/-/pipelines/1027209
Accroding to https://pkg.go.dev/github.com/go-redis/redis/v9 website.
The latest version of github.com/go-redis/redis in the repository was version
v0.0.0-rc2.
Version after then that, the path chnaged to another package
`github.com/redis/go-redis/v9` as you can see all the versions in this
module:
https://pkg.go.dev/github.com/redis/go-redis/v9?tab=versions
So I would suggest to intorduce a new package called
golang-github-redis-go-redis instead. And keep the old one for it's
reverse build dependency.
Best regards,
-Andrew