machinery icon indicating copy to clipboard operation
machinery copied to clipboard

Upgrading required redigo version?

Open armoona opened this issue 2 years ago • 1 comments

Just installed machinery and discovered that it requires:

github.com/gomodule/redigo v2.0.0+incompatible

This old version is causing conflict with some other code. So if I replace it via:

replace github.com/gomodule/redigo => github.com/gomodule/redigo v1.8.8

Is this going to cause any problems? It seems to work fine, but maybe there are edge cases I don't know about.

armoona avatar May 02 '22 08:05 armoona

Redigo v2.0.0 has been retracted by its author, and unmaintained for more than four years. Any project using machinery is indirectly using it, and, if also directly using it, is forced to use that same old and unmaintained version. Would it be possible to switch machinery to the latest redigo version, which is currently 1.8.9?

ortolot avatar Aug 04 '22 10:08 ortolot